searchMspOrgGroup
GET https://{{host}}/api/v1/msps/:msp_id/search?type=orgs&q={{q}}
Query Parameters
Parameter | Type | Description |
---|---|---|
type | string | orgs |
q | string | search string |
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
type | string | ||
q | string |
RESPONSES
status: OK
{"page":1,"limit":10,"total":60,"results":[{"type":"orgs","text":"Stanford","id":"37cff3c6-a361-deea-2c79-114ebb76c1f8"}]}