For the complete documentation index, see llms.txt. This page is also available as Markdown.

Claims (single claim) [OPTIONS]

The OPTIONS request to the /parties/{partyId}/claims/{claimId} endpoint returns a list of supported HTTP methods that can be used with the /parties/{partyId}/claims/{claimId} resource. This allows clients to determine which operations are permitted by the server for this endpoint.

Request model

The following URL parameters must be used.

  • partyId {url}/parties/{partyId} (Required) String. The id of the party whose claims must be fetched. Can be anyone of the party id from id or alsoKnownAs attributes of that participant. Since all participants are automatically allocated the derived ishare did, that id is always an option to search for a participant.

  • claimId {url}/parties/{partyId}/claims/{claimId} (Required) String. The id of the claims that must be fetched.

Example request

Example response

The server provides the response with status code 204.

The response contains the following HTTP header:

Header
Example value

Allow

GET, PATCH, OPTIONS

Last updated