GET api/Specification/GetSpecificationListing/{id}

Gets the specification listing.

Access

Requires authentication.

Requires SSL.

Request Information

Parameters

NameDescriptionAdditional information
id
The id.

Define this parameter in the request URI.

Response Information

Response body formats

application/xml, text/xml

Sample:
<ApiResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ResponseCode>1</ResponseCode>
  <ResponseDescription>sample string 2</ResponseDescription>
  <MethodExpirationDate>2024-05-17T03:20:47.2232869+02:00</MethodExpirationDate>
  <ResponseObject>
    <Id>1</Id>
    <Readonly>true</Readonly>
    <SpecificationId>1</SpecificationId>
    <LineIndex>1</LineIndex>
    <ListingName>sample string 7</ListingName>
    <FirstLabelColorId>1</FirstLabelColorId>
    <SecondLabelColorId>1</SecondLabelColorId>
    <ObjectDescription1>sample string 8</ObjectDescription1>
    <ObjectDescription2>sample string 9</ObjectDescription2>
    <TaskReferenceNumber>sample string 10</TaskReferenceNumber>
    <Blueprint>sample string 11</Blueprint>
    <RowRevisionDate>2024-05-17T03:20:47.2242861+02:00</RowRevisionDate>
    <ReleasedAt>2024-05-17T03:20:47.2232869+02:00</ReleasedAt>
    <ModifiedAt>2024-05-17T03:20:47.2232869+02:00</ModifiedAt>
    <Version>sample string 2</Version>
    <RowRevision>sample string 3</RowRevision>
    <ListingGUID>sample string 4</ListingGUID>
    <TotalWeight>1</TotalWeight>
    <OrderStatus>1</OrderStatus>
    <ReinfTechnicianName>sample string 5</ReinfTechnicianName>
    <ExtraIdentifier>sample string 6</ExtraIdentifier>
  </ResponseObject>
</ApiResponse>

application/json, text/json

Sample:
{
  "ResponseCode": 1,
  "ResponseDescription": "sample string 2",
  "MethodExpirationDate": "2024-05-17T03:20:47.2232869+02:00",
  "ResponseObject": {
    "ReleasedAt": "2024-05-17T03:20:47.2232869+02:00",
    "ModifiedAt": "2024-05-17T03:20:47.2232869+02:00",
    "Revision": "sample string 1",
    "Version": "sample string 2",
    "RowRevision": "sample string 3",
    "ListingGUID": "sample string 4",
    "TotalWeight": 1.0,
    "OrderStatus": 1,
    "ReinfTechnicianName": "sample string 5",
    "ExtraIdentifier": "sample string 6",
    "SpecificationId": 1,
    "LineIndex": 1,
    "ListingName": "sample string 7",
    "FirstLabelColorId": 1,
    "SecondLabelColorId": 1,
    "ObjectDescription1": "sample string 8",
    "ObjectDescription2": "sample string 9",
    "TaskReferenceNumber": "sample string 10",
    "Blueprint": "sample string 11",
    "RowRevisionDate": "2024-05-17T03:20:47.2242861+02:00",
    "Id": 1,
    "Readonly": true
  }
}