Skip to main content

Get All Services

Get all service messages.

Request

GET v1/in2crm/getServices (get list of service messages)
Parameters

None

Headers
KeyValueData TypeDescription
AuthorizationBearer {token}StringAuthorization bearer token as string

Response

Possible HTTP response codes.

200 OK
[
{
"ncpk": "...",
"id": "...",
"subject": "...",
"explanation": "...",
"status": "...",
"priority": null,
"handling_agent": null,
"date_desirable": {
"date": "...",
"timezone_type": null,
"timezone": "..."
},
"customer_status": null,
"report_date": {
"date": "...",
"timezone_type": null,
"timezone": "..."
},
"billing": null,
"contact_person": null,
"responsible_id": null,
"relation_id": null,
"hours_estimate": "...",
"project": null,
"portal": null,
"reference": null
}
]
401 Unauthorized

User does not have the right permissions.

404 Not Found

User not found