DataRequest Specifications (POST)
DataRequest Specifications (POST)
POSTjson/DataRequest/Specifications
This returns the specifications of the provided services
Header
The authentication of this JSON API is based on a standard HMAC Authentication implementation.
Request information
URI Parameters
None.
Body Parameters
Name | Type | Description |
---|---|---|
Services | Collection of DataRequestSpecificationRequestedService |
Request formats
{
"Services": [
{
"Name": "sample string 1",
"Version": 1
},
{
"Name": "sample string 1",
"Version": 1
}
]
}
Response information
Name | Type | Description |
---|---|---|
BasicFields | Collection of DataRequestSpecificationResponseFieldDescription | |
Services | Collection of DataRequestSpecificationResponseServiceDescription |
Was dit artikel nuttig?