GET Requests/GetRequestTypeModels?requestID={requestID}

Gets the model IDs associated with the Request Type

Request Information

URI Parameters

NameDescriptionTypeAdditional information
requestID

The ID of the request

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of globally unique identifier

Response Formats

application/json, text/json

Sample:
{
  "results": [
    "d74946d0-baf4-421d-a098-39712e78e788",
    "b2bcc55e-8de7-468c-a56b-5cfb61f6627c"
  ]
}

text/javascript

Sample:
{"results":["d74946d0-baf4-421d-a098-39712e78e788","b2bcc55e-8de7-468c-a56b-5cfb61f6627c"]}

application/bson

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

application/xml, text/xml

Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <guid>d74946d0-baf4-421d-a098-39712e78e788</guid>
  <guid>b2bcc55e-8de7-468c-a56b-5cfb61f6627c</guid>
</ArrayOfguid>