GET api/FairPlayDataSets
Returns all FairPlay data sets. Only 100 data sets can be returned at a time. The following OData query options are allowed: $filter, $orderby, $select, $skip, $top.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of FairPlayDataSetName | Description | Type | Additional information |
---|---|---|---|
Id |
The ID of the data set. |
globally unique identifier |
Required |
Name |
The name of the data set. |
string |
None. |
CertificateHash |
The hash of the certificate. |
Collection of byte |
Required Max length: 20 Min length: 20 |
Created |
The date when the data set was created (in the ISO 8601 format). |
date |
Required |
Updated |
The date when the data set was updated last time (in the ISO 8601 format). |
date |
None. |
Status Codes
All HTTP status codes must be expected, but the following status codes are the most probable:
- OK (200) - All found data sets are successfully returned.
- BadRequest (400) - The OData query is invalid.
Response Formats
application/json, text/json
Sample:
[ { "Id": "375fe200-74b2-49ea-992d-72d6bb93853f", "Name": "sample string 2", "CertificateHash": "QEA=", "Created": "2024-09-11T10:50:06.7837605+00:00", "Updated": "2024-09-11T10:50:06.7837605+00:00" }, { "Id": "375fe200-74b2-49ea-992d-72d6bb93853f", "Name": "sample string 2", "CertificateHash": "QEA=", "Created": "2024-09-11T10:50:06.7837605+00:00", "Updated": "2024-09-11T10:50:06.7837605+00:00" } ]