GET IdentificationRequestExport/{id}
Gets a IdentificationsRequest by it's ID, represented as IdentificationsRequestDto.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The ID of the IdentificationsRequest. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
The IdentificationsRequest data.
IdentificationExportDtoName | Description | Type | Additional information |
---|---|---|---|
File | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
{ "File": "QEA=" }
application/xml, text/xml
Sample:
<IdentificationExportDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model"> <File>QEA=</File> </IdentificationExportDto>