{ "opencollection": "1.0.0", "info": { "name": "ChartHop access stockgrant API", "version": "V1.0.0" }, "items": [ { "info": { "name": "stockgrant", "type": "folder" }, "items": [ { "info": { "name": "Retrieve stock grants", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/org/:orgId/stockgrant", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "Org identifier (either id or slug)" }, { "name": "personId", "value": "", "type": "query", "description": "Person id to filter by" }, { "name": "fromDate", "value": "", "type": "query", "description": "From date, inclusive" }, { "name": "untilDate", "value": "", "type": "query", "description": "Until date, exclusive" }, { "name": "from", "value": "", "type": "query", "description": "Stock grant id to start paginating from" }, { "name": "limit", "value": "", "type": "query", "description": "Number of results to return" }, { "name": "returnAccess", "value": "", "type": "query", "description": "Return access information -- pass a list of actions to check, for example: create,update,delete" } ] }, "docs": "Retrieve stock grants" }, { "info": { "name": "Return a particular stock grant by id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/org/:orgId/stockgrant/:stockGrantId", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "Org identifier (either id or slug)" }, { "name": "stockGrantId", "value": "", "type": "path", "description": "Stock grant id" } ] }, "docs": "Return a particular stock grant by id" } ] } ], "bundled": true }