Edit this page

RetrieveSubjects

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

RetrieveSubjectsResponse

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