Download OpenAPI specification:Download
OpenAPI specification for Repzo Custom List endpoints.
| params | object Query parameters for filtering custom lists |
{- "data": [
- {
- "_id": "string",
- "name": "string",
- "description": "string",
- "entity": "string",
- "disabled": true,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "meta": { }
}| name | string |
| description | string |
| entity | string |
| disabled | boolean |
{- "name": "string",
- "description": "string",
- "entity": "string",
- "disabled": true
}{- "data": {
- "_id": "string",
- "name": "string",
- "description": "string",
- "entity": "string",
- "disabled": true,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}| id required | string |
| name | string |
| description | string |
| entity | string |
| disabled | boolean |
{- "name": "string",
- "description": "string",
- "entity": "string",
- "disabled": true
}{- "data": {
- "_id": "string",
- "name": "string",
- "description": "string",
- "entity": "string",
- "disabled": true,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}