GET api/incident/{id}

Incident

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

מזהה יחודי של רשומת incident

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Incident

Incident
NameDescriptionTypeAdditional information
Title

כותרת

string

None.

CaseOriginCode

מקור

caseorigincode

None.

CustomerId

הפונה

Customer

None.

Description

תיאור הבקשה

string

None.

ucc_entity_name

שם הישות

string

None.

ucc_addressee_full_name

שם הגורם

string

None.

ucc_addressee_mobile

טלפון

string

None.

ucc_addressee_email

דואל

string

None.

ucc_addressee_details

פרטים נוספים

string

None.

Id

Unique Identifier (Guid) from Dynamics 365

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "title": "sample string 1",
  "caseOriginCode": 1,
  "customerId": {
    "logicalName": "sample string 1",
    "displayName": "sample string 2",
    "id": "14f60f45-e2ed-4280-a0a8-e2fea9cb0d63",
    "createdOn": "2026-06-03T18:12:29.4051878+00:00",
    "modifiedOn": "2026-06-03T18:12:29.4051878+00:00"
  },
  "description": "sample string 2",
  "ucc_entity_name": "sample string 3",
  "ucc_addressee_full_name": "sample string 4",
  "ucc_addressee_mobile": "sample string 5",
  "ucc_addressee_email": "sample string 6",
  "ucc_addressee_details": "sample string 7",
  "id": "dd12c3ba-3e9b-4e9a-a613-e1f754092a94"
}

application/xml, text/xml

Sample:
<Incident xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Youcc.D365.ICPA.DataModel">
  <Id>dd12c3ba-3e9b-4e9a-a613-e1f754092a94</Id>
  <CaseOriginCode>Telephone</CaseOriginCode>
  <CustomerId>
    <CreatedOn>2026-06-03T18:12:29.4051878+00:00</CreatedOn>
    <Id>14f60f45-e2ed-4280-a0a8-e2fea9cb0d63</Id>
    <ModifiedOn>2026-06-03T18:12:29.4051878+00:00</ModifiedOn>
    <DisplayName>sample string 2</DisplayName>
    <LogicalName>sample string 1</LogicalName>
  </CustomerId>
  <Description>sample string 2</Description>
  <Title>sample string 1</Title>
  <ucc_addressee_details>sample string 7</ucc_addressee_details>
  <ucc_addressee_email>sample string 6</ucc_addressee_email>
  <ucc_addressee_full_name>sample string 4</ucc_addressee_full_name>
  <ucc_addressee_mobile>sample string 5</ucc_addressee_mobile>
  <ucc_entity_name>sample string 3</ucc_entity_name>
</Incident>

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.