Get list of available timsheet clients

GET /api-v1/my-timesheet/client

Returns a map {contactId, contactName}

Headers

Query parameters

  • type string

    type

    Default value is user.

Responses

GET /api-v1/my-timesheet/client
curl \
 -X GET http://wyzio.app/api-v1/my-timesheet/client \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string"
Response examples (200)
{
  "key": "string"
}