Workspaces
Get list of all workspaces
Returns your workspaces.
get/v3/workspaces
Query parameters
organizationstring required
Uniquely identify an organization.
Example:mEFayXdO
Filter by organization.
namestring
Filter by name.
Response
All matching workspaces.
Example response
[
{
"identifier": "mEFayXdO",
"organization": {
"identifier": "mEFayXdO",
"name": "Grove Street King",
"userRole": "admin",
"avatar": "https://affinda-api.s3.amazonaws.com/media/org-avatar.png?AWSAccessKeyId=KEY&Signature=SIG",
"resthookSignatureKey": "465c6598bd34c0558f0ce256c43209d49fa85b0ff3e4c18b24e408b7563143ad"
},
"visibility": "organization",
"collections": [
{
"identifier": "mEFayXdO",
"extractor": {
"identifier": "resume",
"baseExtractor": {
"identifier": "resume"
},
"category": "Recruitment"
}
}
],
"documentTypes": [
"mEFayXdO"
],
"rejectDuplicates": true,
"members": [
{
"id": 1,
"name": "Carl Johnson",
"username": "carljohnson",
"email": "carljohnson@grove.street",
"avatar": "https://affinda-api.s3.amazonaws.com/media/user-avatar.png?AWSAccessKeyId=KEY&Signature=SIG"
}
],
"whitelistIngestAddresses": [
"*@eyefind.info"
],
"documentSplitter": {
"identifier": "NqIvMvZl"
}
}
]