> 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/job/_getclientandmeetingtime.md).

# \_getClientAndMeetingTime

Return information about who and when the Job is for.

### Parameters

#### id

The ID of the Job to check.

### Example

```
FM_api('Job_getClientAndMeetingTime', ['id' => '222404']);
```

### Result

#### On Success

```
{'customer_id':'100829','customer_type':'0','meeting_time':'2015-10-30 15:21:00'}
```
