Search An Entity
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Query Parameters
Name
Type
Description
Request Body
Name
Type
Description
{
"totalCount": 10,
"nextPage": "<registry-url>/api/v1/Student?search=<base64 encoded search payload>",
"prevPage": "<registry-url>/api/v1/Student?search=<base64 encoded search payload>",
"data": [
{
"school": "UP Public School",
"name": "Pranav Agate",
"contact": "1234567890",
"subject": "Math",
"osid": "{id}",
"osOwner": ["{osOwner}"]
}
]
}Field
Type
Description
Usage
cURL
HTTPie
Last updated