ListDataSetRevisions
This operation lists a data set's revisions sorted by CreatedAt in descending order.
Request Syntax
GET /v1/data-sets/DataSetId
/revisions?maxResults=MaxResults
&nextToken=NextToken
HTTP/1.1
URI Request Parameters
The request uses the following URI parameters.
- DataSetId
-
The unique identifier for a data set.
Required: Yes
- MaxResults
-
The maximum number of results returned by a single call.
Valid Range: Minimum value of 1. Maximum value of 200.
- NextToken
-
The token value retrieved from a previous call to access the next page of results.
Request Body
The request does not have a request body.
Response Syntax
HTTP/1.1 200
Content-type: application/json
{
"NextToken": "string",
"Revisions": [
{
"Arn": "string",
"Comment": "string",
"CreatedAt": "string",
"DataSetId": "string",
"Finalized": boolean,
"Id": "string",
"RevocationComment": "string",
"Revoked": boolean,
"RevokedAt": "string",
"SourceId": "string",
"UpdatedAt": "string"
}
]
}
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
- NextToken
-
The token value retrieved from a previous call to access the next page of results.
Type: String
- Revisions
-
The asset objects listed by the request.
Type: Array of RevisionEntry objects
Errors
For information about the errors that are common to all actions, see Common Errors.
- InternalServerException
-
An exception occurred with the service.
HTTP Status Code: 500
- ResourceNotFoundException
-
The resource couldn't be found.
HTTP Status Code: 404
- ThrottlingException
-
The limit on the number of requests per second was exceeded.
HTTP Status Code: 429
- ValidationException
-
The request was invalid.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: