get https://example.com/ids//
Returns a list of all IDS artifacts given a namespace and slug
Log in to see full request history
Responses
Returns a list of all IDS artifacts given a namespace and slug
xxxxxxxxxx
curl --request GET \
--url https://example.com/ids/namespace/slug \
--header 'accept: application/json'
xxxxxxxxxx
19[
{
"type": "ids",
"namespace": "common",
"slug": "akta",
"version": "v1.2.0",
"name": null,
"description": null,
"iconPresignedUrl": "https://localhost/some_long_url",
"createdAt": "2023-02-16T15:15:34.269Z",
"lastUpdatedAt": "2023-02-16T15:15:34.269Z",
"otherVersions": [
"v2.0.0",
"v1.3.0",
"v1.2.0",
"v1.0.0"
]
}
]