πŸ’¬Service records

GET https://{API_DOMAIN}/api/v1/interact-collection
curl -X GET
    -H "Content-Type: application/json"
    '{"handler_id": 3}'
    https://{API_HOST}/api/v1/interact-collection

Form Data

The table below shows available filter conditions

PARAMETER

REQUIRED

DEFAULT

TYPE

DESCRIPTION

handler_id

false

NULL

Number

ID of the responsible agent

handler_group_id

false

NULL

Number

Employee group of the agent responsible for this service record

contact_id

false

NULL

Numbe

Related customer ID

created_at__start

false

NULL

Datetime

Service record start time

created_at__end

false

NULL

Datetime

Service record end time

is_acw_completed

false

NULL

Boolean

Whether the service is in completed status

Response

PROPERTY

TYPE

DESCRIPTION

data

Array of objects

Service recordsArray objects

meta

Object

Pagination data

Retrieve a single service record

URL Parameters

PARAMETER

REQUIRED

DEFAULT

TYPE

DESCRIPTION

ID

true

NULL

Number

ID of the service record

Response

PROPERTY

TYPE

DESCRIPTION

data

Object

Last updated