GET /api/public/one-on-one/

Get a list of 1-on-1 objects.

Returns 1-on-1 objects for all users within the company.

Servers

Query parameters

Name Type Required Description
scheduled_on_start String No

Only include 1-on-1 objects having scheduled date greater than or equal to the date time specified in the YYYY-MM-DD HH:MM:SS format.

ended_on_end String No

Only include 1-on-1 objects having ended date less than or equal to the date time specified in the YYYY-MM-DD HH:MM:SS format.

created_on_start String No

Only include 1-on-1 objects having creation date greater than or equal to the date time specified in the YYYY-MM-DD HH:MM:SS format.

ended_on_start String No

Only include 1-on-1 objects having ended date greater than or equal to the date time specified in the YYYY-MM-DD HH:MM:SS format.

type String No

If Manager-Reporter include only 1-on-1 objects between manager and reporter If Non-Manager-Reporter exclude 1-on-1 objects between manager and reporter

created_on_end String No

Only include 1-on-1 objects having creation date less than or equal to the date time specified in the YYYY-MM-DD HH:MM:SS format.

is_draft Boolean No

If true include only draft 1-on-1. If false include only non-draft 1-on-1s.

group_id Integer No

Include only 1-on-1 participated by a members of group with the specified ID.

user_id Integer No

Include only 1-on-1 participated by a user with the specified ID.

scheduled_on_end String No

Only include 1-on-1 objects having scheduled date less than or equal to the date time specified in the YYYY-MM-DD HH:MM:SS format.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.