RetrieveSubject
{
"topic": "com.acme/the_policy_id/policies/commands/retrieve",
"headers": {
"content-type": "application/vnd.eclipse.ditto+json"
},
"path": "/entries/the_label/subjects/google:the_subjectid"
}
RetrieveSubjectResponse
{
"topic": "com.acme/the_policy_id/policies/commands/retrieve",
"headers": {
"content-type": "application/vnd.eclipse.ditto+json"
},
"path": "/entries/the_label/subjects/google:the_subjectid",
"value": {
"type": "yourSubjectTypeDescription"
},
"status": 200
}