Get An Entity
To get an entity created by the owner, we need to make the following HTTP request
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"totalCount": 1,
"nextPage": "<registry-url>/api/v1/Student?search=<base64 encoded search payload>"
"prevPage": "<registry-url>/api/v1/Student?search=<base64 encoded search payload>"
"data": [{
"phoneNumber": "1234567890",
"school": "UP Public School",
"subject": "Math",
"name": "Pranav Agate",
"osid": "{id}",
"osOwner": ["{owner-id}"],
"_osState/school": "DRAFT"
}]
}Last updated