Get headers for an action from the action history of a link

head/links/@item/actions/{actionId}
Internal-Use Only

Gets headers for the full representation of an action from a link's action history. A link to this representation is returned in the links property of an action summary.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
actionId
string
true

The ID of the action.

Query Parameters

NameTypeRequiredDescription
_id
string
true

The ID for an individual link. A link ID uses the following format: ${relationshipName}|_|${fromEntityTypeName}|_|${toEntityTypeName}|_|${fromEntityId}|_|${toEntityId} where |_| is the delimiter between link ID components.

Link ID component details:

  • relationshipName - The relationship type name that defines the link.
  • fromEntityTypeName - The entity type name of the starting point for the link.
  • fromEntityId - The unique identifier of the entity that is the starting point for the link.
  • toEntityTypeName - The entity type name of the destination point for the link.
  • toEntityId - The unique identifier of the entity that is the destination point for the link.

When submitting the request, the pipe character (|) must be percent-encoded as %7C. See below for an example of the pipe character properly encoded: ${relationshipName}%7C_%7C${fromEntityTypeName}%7C_%7C${toEntityTypeName}%7C_%7C${fromEntityId}%7C_%7C${toEntityId}

Responses

StatusMeaningDescription
200OKThe request succeeded.
400Bad RequestAction history was not available for the specified link.
404Not FoundThe specified link or requested action was not found.