Retrieves contract entitlement information for a project

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
projectId

Project ID

globally unique identifier

Required

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

contractView
NameDescriptionTypeAdditional information
id

globally unique identifier
id2

integer
contract_type_id

globally unique identifier
contract_type_name

string
reference_customer

string
date_start

date
date_end

date
date_cancel

date
contract_name

string
contract_status_name

string
sla_name

string
sla_coverage_type

string
sla_description

string
sla_respone_time

string
sla_arrival_time

string
sla_resolution_time

string
service_models

Collection of ServiceModelView

Response Formats

application/json, text/json

Sample:
{
  "id": "c58b90d5-9133-47a2-b074-2c4ad75808e5",
  "id2": 2,
  "contract_type_id": "7134edd8-a15e-424c-a896-88aa177d7409",
  "contract_type_name": "sample string 4",
  "reference_customer": "sample string 5",
  "date_start": "2026-06-24T04:06:14.0285871+00:00",
  "date_end": "2026-06-24T04:06:14.0285871+00:00",
  "date_cancel": "2026-06-24T04:06:14.0285871+00:00",
  "contract_name": "sample string 9",
  "contract_status_name": "sample string 10",
  "sla_name": "sample string 11",
  "sla_coverage_type": "sample string 12",
  "sla_description": "sample string 13",
  "sla_respone_time": "sample string 14",
  "sla_arrival_time": "sample string 15",
  "sla_resolution_time": "sample string 16",
  "service_models": [
    {
      "id": "6f0bbdb8-991d-4f65-be05-adf87fad1d64",
      "id2": 2,
      "reference_back_office": "sample string 3",
      "service_model_name": "sample string 4",
      "date_start": "2026-06-24T04:06:14.0285871+00:00",
      "date_end": "2026-06-24T04:06:14.0285871+00:00",
      "service_model_recurence": "sample string 7",
      "job_type_name": "sample string 8",
      "job_type_color": "sample string 9",
      "next_expected_job_date": "2026-06-24T04:06:14.0285871+00:00"
    },
    {
      "id": "6f0bbdb8-991d-4f65-be05-adf87fad1d64",
      "id2": 2,
      "reference_back_office": "sample string 3",
      "service_model_name": "sample string 4",
      "date_start": "2026-06-24T04:06:14.0285871+00:00",
      "date_end": "2026-06-24T04:06:14.0285871+00:00",
      "service_model_recurence": "sample string 7",
      "job_type_name": "sample string 8",
      "job_type_color": "sample string 9",
      "next_expected_job_date": "2026-06-24T04:06:14.0285871+00:00"
    }
  ]
}

application/xml, text/xml

Sample:
<contractView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Odyssee.ServiceDesk.Api.Models">
  <contract_name>sample string 9</contract_name>
  <contract_status_name>sample string 10</contract_status_name>
  <contract_type_id>7134edd8-a15e-424c-a896-88aa177d7409</contract_type_id>
  <contract_type_name>sample string 4</contract_type_name>
  <date_cancel xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2026-06-24T04:06:14.0285871Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </date_cancel>
  <date_end xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2026-06-24T04:06:14.0285871Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </date_end>
  <date_start xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2026-06-24T04:06:14.0285871Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </date_start>
  <id>c58b90d5-9133-47a2-b074-2c4ad75808e5</id>
  <id2>2</id2>
  <reference_customer>sample string 5</reference_customer>
  <service_models>
    <ServiceModelView>
      <date_end xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
        <d4p1:DateTime>2026-06-24T04:06:14.0285871Z</d4p1:DateTime>
        <d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
      </date_end>
      <date_start xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
        <d4p1:DateTime>2026-06-24T04:06:14.0285871Z</d4p1:DateTime>
        <d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
      </date_start>
      <id>6f0bbdb8-991d-4f65-be05-adf87fad1d64</id>
      <id2>2</id2>
      <job_type_color>sample string 9</job_type_color>
      <job_type_name>sample string 8</job_type_name>
      <next_expected_job_date xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
        <d4p1:DateTime>2026-06-24T04:06:14.0285871Z</d4p1:DateTime>
        <d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
      </next_expected_job_date>
      <reference_back_office>sample string 3</reference_back_office>
      <service_model_name>sample string 4</service_model_name>
      <service_model_recurence>sample string 7</service_model_recurence>
    </ServiceModelView>
    <ServiceModelView>
      <date_end xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
        <d4p1:DateTime>2026-06-24T04:06:14.0285871Z</d4p1:DateTime>
        <d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
      </date_end>
      <date_start xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
        <d4p1:DateTime>2026-06-24T04:06:14.0285871Z</d4p1:DateTime>
        <d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
      </date_start>
      <id>6f0bbdb8-991d-4f65-be05-adf87fad1d64</id>
      <id2>2</id2>
      <job_type_color>sample string 9</job_type_color>
      <job_type_name>sample string 8</job_type_name>
      <next_expected_job_date xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
        <d4p1:DateTime>2026-06-24T04:06:14.0285871Z</d4p1:DateTime>
        <d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
      </next_expected_job_date>
      <reference_back_office>sample string 3</reference_back_office>
      <service_model_name>sample string 4</service_model_name>
      <service_model_recurence>sample string 7</service_model_recurence>
    </ServiceModelView>
  </service_models>
  <sla_arrival_time>sample string 15</sla_arrival_time>
  <sla_coverage_type>sample string 12</sla_coverage_type>
  <sla_description>sample string 13</sla_description>
  <sla_name>sample string 11</sla_name>
  <sla_resolution_time>sample string 16</sla_resolution_time>
  <sla_respone_time>sample string 14</sla_respone_time>
</contractView>