Returns VC Document as per MessageID

Get VC

get

Returns VC

Path parameters
messageIdstringRequired

Message identifier

Example: 1706823227.586179534
Responses
chevron-right
200

VC details

application/json
idstringRequired

Message identifier

Example: 1706823227.586179534
uuidstringRequired

UUID

Example: 93938a10-d032-4a9b-9425-092e58bffbf7
schemaobjectRequired

VC Schema

Example: {"$id":"#StandardRegistry","$comment":"{ \"@id\": \"#StandardRegistry\", \"term\": \"StandardRegistry\" }","title":"StandardRegistry","description":"StandardRegistry","type":"object","properties":{"@context":{"oneOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"readOnly":true},"type":{"oneOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}],"readOnly":true},"id":{"type":"string","readOnly":true},"geography":{"$comment":"{\"term\": \"geography\", \"@id\": \"https://www.schema.org/text\"}","title":"geography","description":"geography","type":"string","readOnly":false},"law":{"$comment":"{\"term\": \"law\", \"@id\": \"https://www.schema.org/text\"}","title":"law","description":"law","type":"string","readOnly":false},"tags":{"$comment":"{\"term\": \"tags\", \"@id\": \"https://www.schema.org/text\"}","title":"tags","description":"tags","type":"string","readOnly":false},"ISIC":{"$comment":"{\"term\": \"ISIC\", \"@id\": \"https://www.schema.org/text\"}","title":"ISIC","description":"ISIC","type":"string","readOnly":false}},"required":["geography","law","tags"],"additionalProperties":false}
get
/entities/vc-documents/{messageId}

Last updated

Was this helpful?