GEThttps://api-pilot.ebsi.eu/timestamp/v4/timestamps
Returns a list of timestamps.
Request
Query Parameters
Cursor that points to the end of the page of data that has been returned.
Defines the maximum number of objects that may be returned.
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- Success
Schema
URI to timestamps
items object[]
Total number of items in a collection
Number of items to be returned per page
links object
{
"self": "https://api-pilot.ebsi.eu/timestamp/v4/timestamps?page[after]=3&page[size]=2",
"items": [
{
"timestampId": "uEiCuezPKD4AhaK0LCCH85rrMSK-G-0M4Merd2ASZO-59HQ",
"href": "https://api-pilot.ebsi.eu/timestamp/v4/timestamps/uEiCuezPKD4AhaK0LCCH85rrMSK-G-0M4Merd2ASZO-59HQ"
},
{
"timestampId": "uEiCw27hwe5frnhyPo_NDlptLth1oWZ_UdpcuVHYiA2vavg",
"href": "https://api-pilot.ebsi.eu/timestamp/v4/timestamps/uEiCuezPKD4AhaK0LCCH85rrMSK-G-0M4Merd2ASZO-59HQ"
}
],
"total": 415,
"pageSize": 2,
"links": {
"first": "https://api-pilot.ebsi.eu/timestamp/v4/timestamps?page[after]=1&page[size]=2",
"prev": "https://api-pilot.ebsi.eu/timestamp/v4/timestamps?page[after]=2&page[size]=2",
"next": "https://api-pilot.ebsi.eu/timestamp/v4/timestamps?page[after]=4&page[size]=2",
"last": "https://api-pilot.ebsi.eu/timestamp/v4/timestamps?page[after]=208&page[size]=2"
}
}
Bad Request Error
- application/problem+json
- Schema
- Bad Paging Request
Schema
Default value: about:blank
An absolute URI that identifies the problem type. When dereferenced, it SHOULD provide human-readable documentation for the problem type.
A short summary of the problem type.
Possible values: >= 400
and <= 600
The HTTP status code generated by the origin server for this occurrence of the problem.
A human readable explanation specific to this occurrence of the problem.
An absolute URI that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.
{
"title": "Bad Paging Request",
"status": 400,
"detail": "PageSize should not be greater than 50"
}
Internal Server Error
- application/problem+json
- Schema
- Internal Server Error
Schema
Default value: about:blank
An absolute URI that identifies the problem type. When dereferenced, it SHOULD provide human-readable documentation for the problem type.
A short summary of the problem type.
Possible values: >= 400
and <= 600
The HTTP status code generated by the origin server for this occurrence of the problem.
A human readable explanation specific to this occurrence of the problem.
An absolute URI that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.
{
"title": "Internal error",
"status": 500,
"detail": "Internal error"
}
- curl
- nodejs
- python
- go
- php
- java
- CURL
curl -L 'https://api-pilot.ebsi.eu/timestamp/v4/timestamps' \
-H 'Accept: application/json'