Skip to main content

Get CommunicationRequest

Get a single CommunicationRequest by ID.

Query

query GetCommunicationRequest($id: ID!) {
communicationrequest(id: $id) {
id
# Add other fields as needed
}
}

Parameters

  • id: ID of the resource to retrieve

Return Type

Returns a CommunicationRequest resource.