Retrieves all service_model
Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
service_model| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier |
Required |
| contract_id |
Contract Id |
globally unique identifier | |
| service_model_type |
Type of the service model |
string |
Max length: 255 |
| name |
Name of the service model |
string |
Max length: 255 |
| service_model_sla_id |
FK of service_model_sla |
globally unique identifier | |
| id2 | integer | ||
| reference_back_office |
Back office reference |
string |
Max length: 255 |
| archived | boolean | ||
| job_type_id | globally unique identifier | ||
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Response Formats
application/json, text/json
Sample:
{
"id": "8c3af8a5-2e61-4282-b710-e4bc96ecb74c",
"contract_id": "88b73d35-2813-4642-8916-f18b0fe5ba25",
"service_model_type": "sample string 3",
"name": "sample string 4",
"service_model_sla_id": "0c0f61ca-b418-4c39-b721-be409e040474",
"id2": 6,
"reference_back_office": "sample string 7",
"archived": true,
"job_type_id": "fc852ad0-6dca-40fa-95f0-611660fd2623",
"modified_dateutc": "2026-03-07T14:46:35.1069085+00:00"
}
application/xml, text/xml
Sample:
<service_model xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <archived>true</archived> <contract_id>88b73d35-2813-4642-8916-f18b0fe5ba25</contract_id> <id>8c3af8a5-2e61-4282-b710-e4bc96ecb74c</id> <id2>6</id2> <job_type_id>fc852ad0-6dca-40fa-95f0-611660fd2623</job_type_id> <modified_dateutc>2026-03-07T14:46:35.106Z</modified_dateutc> <name>sample string 4</name> <reference_back_office>sample string 7</reference_back_office> <service_model_sla_id>0c0f61ca-b418-4c39-b721-be409e040474</service_model_sla_id> <service_model_type>sample string 3</service_model_type> </service_model>