GET Services/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Service
NameDescriptionTypeAdditional information
ParentKeyword

string

None.

AccessNumber

string

None.

ServicePointId

integer

None.

Keyword

string

None.

Description

string

None.

Enabled

boolean

None.

IsDeletable

boolean

None.

MessageTag

string

None.

IsPrivate

boolean

None.

MoveToFolderId

integer

None.

StartDate

date

None.

EndDate

date

None.

Configuration

XElement

None.

ServiceType

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ParentKeyword": "sample string 1",
  "AccessNumber": "sample string 2",
  "ServicePointId": 3,
  "Keyword": "sample string 4",
  "Description": "sample string 5",
  "Enabled": true,
  "IsDeletable": true,
  "MessageTag": "sample string 8",
  "IsPrivate": true,
  "MoveToFolderId": 1,
  "StartDate": "2024-04-26T04:52:41.4+02:00",
  "EndDate": "2024-04-26T04:52:41.4+02:00",
  "Configuration": null,
  "ServiceType": "sample string 10"
}

application/xml, text/xml

Sample:
<Service xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ParentKeyword>sample string 1</ParentKeyword>
  <AccessNumber>sample string 2</AccessNumber>
  <ServicePointId>3</ServicePointId>
  <Keyword>sample string 4</Keyword>
  <Description>sample string 5</Description>
  <Enabled>true</Enabled>
  <IsDeletable>true</IsDeletable>
  <MessageTag>sample string 8</MessageTag>
  <IsPrivate>true</IsPrivate>
  <MoveToFolderId>1</MoveToFolderId>
  <StartDate>2024-04-26T04:52:41.4005313+02:00</StartDate>
  <EndDate>2024-04-26T04:52:41.4005313+02:00</EndDate>
  <ServiceType>sample string 10</ServiceType>
</Service>