Edit this page

RetrieveSubject

{
  "topic": "org.eclipse.ditto/the_policy_id/policies/commands/retrieve",
  "headers": {
    "correlation-id": "<command-correlation-id>"
  },
  "path": "/entries/the_label/subjects/google:the_subjectid"
}

RetrieveSubjectResponse

{
  "topic": "org.eclipse.ditto/the_policy_id/policies/commands/retrieve",
  "headers": {
    "correlation-id": "<preserved-command-correlation-id>"
  },
  "path": "/entries/the_label/subjects/google:the_subjectid",
  "value": {
    "type": "yourSubjectTypeDescription"
  },
  "status": 200
}