Skip to main content

Get Relation Services

Get service messages by relation ID.

Request

GET v1/in2crm/getServices/relationID (get list of service messages by relation ID)
Parameters
KeyData TypeDescription
RelationIDINTAuthorization bearer token as string
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