> For the complete documentation index, see [llms.txt](https://docs.fieldmotion.com/fieldmotion-api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fieldmotion.com/fieldmotion-api-docs/department/_get.md).

# \_get

Returns given Department

### Parameters

#### id

The ID of the department

### Example

```
FM_api('Department_get', ['id'=>'1']);
```

#### On Success

```
{"id":"4","name":"plumbing","meta":"{\"customer_types\":[7]}","users":"82878","last_edited":"2018-11-08 12:12:46","cdate":"2018-11-05 17:08:57","assets":null,"customers":null}
```
