List Company Institution Numbers
GET/institutions/:institutionId/institution-numbers
List Company Institution Numbers
Request
Path Parameters
institutionId stringrequired
Query Parameters
limit number
Number of items to return
offset number
Number of items to skip
filter.tags string
Tags
filter.type string
Type
filter.value string
Value
filter.preferences string
Preferences
filter.notes string
Notes
filter.confirmed string
Confirmed
filter.id string
Id
filter.createdAt string
Created At
filter.updatedAt string
Updated At
filter.deletedAt string
Deleted At
filter.deleted string
Deleted
filter.createdBy string
Created By
filter.updatedBy string
Updated By
filter.deletedBy string
Deleted By
include string[]
Possible values: [tags, type, value, preferences, notes, confirmed, id, createdAt, updatedAt, deletedAt, deleted, createdBy, updatedBy, deletedBy]
Responses
- 200
List of Company Institution Numbers
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
tags string
Tags
type string
Type
value string
Value
preferences string
Preferences
notes string
Notes
confirmed string
Confirmed
id string
Id
createdAt string
Created At
updatedAt string
Updated At
deletedAt string
Deleted At
deleted string
Deleted
createdBy string
Created By
updatedBy string
Updated By
deletedBy string
Deleted By
[
{
"tags": "string",
"type": "string",
"value": "string",
"preferences": "string",
"notes": "string",
"confirmed": "string",
"id": "string",
"createdAt": "string",
"updatedAt": "string",
"deletedAt": "string",
"deleted": "string",
"createdBy": "string",
"updatedBy": "string",
"deletedBy": "string"
}
]
Loading...