This parameter identifies the type of management data that the file
contains to select the resources from the collection resources
identified with the path component of the URI.
description:This parameter identifies the type of management data that the file contains to select the resources from the collection resources identified with the path component of the URI.
This parameter identifies the time stamp no later than which the
file became available to select the resources from the collection
resources identified with the path component of the URI.
description:This parameter identifies the time stamp no later than which the file became available to select the resources from the collection resources identified with the path component of the URI.
required:true
$ref:'#/components/schemas/dateTime-Type'
-name:endTime
in:query
description:>-
This parameter identifies the time stamp no earlier than which the
file became available to select the resources from the collection
resources identified with the path component of the URI.
description:This parameter identifies the time stamp no earlier than which the file became available to select the resources from the collection resources identified with the path component of the URI.
required:true
$ref:'#/components/schemas/dateTime-Type'
responses:
'200':
description:>-
Success case ("200 OK"). The resources identified in the request for
retrieval are returned in the response message body. In case the
fields query parameter is used, the selected resources are returned.
Success case ("204 No Content"). The notification is
successfully delivered. The response message body is absent.
description:Success case ("204 No Content"). The notification is successfully delivered. The response message body is absent.
default:
description:Error case.
content:
@@ -137,11 +111,7 @@ paths:
$ref:'#/components/schemas/error-ResponseType'
delete:
summary:Delete all subscriptions made with a specific consumerReferenceId
description:>-
The subscriptions are deleted by deleting the corresponding subscription
resources. The resources to be deleted are identified with the path
component of the URI pointing to the /subscription collection resource
and filtering on the consumerReferenceId provided in the query part.
description:The subscriptions are deleted by deleting the corresponding subscription resources. The resources to be deleted are identified with the path component of the URI pointing to the /subscription collection resource and filtering on the consumerReferenceId provided in the query part.
Success case ("204 No Content"). The subscription resources have
been deleted. The response message body is absent.
description:Success case ("204 No Content"). The subscription resources have been deleted. The response message body is absent.
default:
description:Error case.
content:
@@ -163,10 +131,7 @@ paths:
'/subscriptions/{subscriptionId}':
delete:
summary:Delete a single subscription
description:>-
The subscription is deleted by deleting the corresponding subscription
resource. The resource to be deleted is identified with the path
component of the URI.
description:The subscription is deleted by deleting the corresponding subscription resource. The resource to be deleted is identified with the path component of the URI.