Attribute in the schema which is used to display the value
keyProperty
string
No
—
Attribute in the schema which uniquely identifiers the value
name
string
No
—
The name value
organization
string
No
—
The organization that this mapping data source belongs to.
schema
object
No
—
The schema of the mapping data source.
values
object[]
No
—
The values value
workspace
string
No
—
The workspace that this mapping data source belongs to.
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "displayProperty": { "type": "string", "description": "Attribute in the schema which is used to display the value" }, "keyProperty": { "type": "string", "description": "Attribute in the schema which uniquely identifiers the value" }, "name": { "type": "string", "description": "The name value" }, "organization": { "type": "string", "description": "The organization that this mapping data source belongs to." }, "schema": { "type": "object", "description": "The schema of the mapping data source." }, "values": { "type": "array", "items": { "type": "object" }, "description": "The values value" }, "workspace": { "type": "string", "description": "The workspace that this mapping data source belongs to." } }, "required": [ "PCID" ]}
If “true”, parsing will fail when the uploaded document is duplicate of an existing document, no credits will be consumed. If “false”, will parse the document normally whether its a duplicate or not. If not provided, will fallback to the workspace settings.
rejectInvalidDocuments
boolean
No
—
If true, the uploaded document will be rejected if it’s of the wrong document type, or if its document type cannot be determined. No credits will be consumed.
visibility
string
No
—
Visibility “organization” means everyone in the organization can access the workspace. Visibility “private” means only people explicitly added can access the workspace.
whitelistIngestAddresses
string[]
No
—
If specified, only emails from these addresses will be ingested for parsing. Wild cards are allowed, e.g. ”*@eyefind.info”.
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "documentSplitter": { "type": "string", "description": "Uniquely identify a document splitter." }, "documentTypes": { "type": "array", "items": { "type": "string" }, "description": "Document types to associate with this workspace" }, "name": { "type": "string", "description": "The name value" }, "organization": { "type": "string", "description": "Uniquely identify an organization." }, "rejectDuplicates": { "type": "boolean", "description": "If \"true\", parsing will fail when the uploaded document is duplicate of an existing document, no credits will be consumed. If \"false\", will parse the document normally whether its a duplicate or not. If not provided, will fallback to the workspace settings." }, "rejectInvalidDocuments": { "type": "boolean", "description": "If true, the uploaded document will be rejected if it's of the wrong document type, or if its document type cannot be determined. No credits will be consumed." }, "visibility": { "type": "string", "description": "Visibility \"organization\" means everyone in the organization can access the workspace. Visibility \"private\" means only people explicitly added can access the workspace.", "enum": [ "organization", "private" ] }, "whitelistIngestAddresses": { "type": "array", "items": { "type": "string" }, "description": "If specified, only emails from these addresses will be ingested for parsing. Wild cards are allowed, e.g. \"*@eyefind.info\"." } }, "required": [ "PCID", "name", "organization" ]}
The number of documents to skip before starting to collect the result set.
limit
integer
No
—
The numbers of results to return.
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "offset": { "type": "integer", "description": "The number of documents to skip before starting to collect the result set." }, "limit": { "type": "integer", "description": "The numbers of results to return." } }, "required": [ "PCID" ]}
The number of documents to skip before starting to collect the result set.
workspace
string
No
—
Filter by workspace.
name
string
No
—
Filter by name.
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "limit": { "type": "integer", "description": "The numbers of results to return." }, "offset": { "type": "integer", "description": "The number of documents to skip before starting to collect the result set." }, "workspace": { "type": "string", "description": "Filter by workspace." }, "name": { "type": "string", "description": "Filter by name." } }, "required": [ "PCID" ]}
The number of documents to skip before starting to collect the result set.
limit
integer
No
—
The numbers of results to return.
workspace
string
No
—
Filter by workspace.
user
string
No
—
Partial text match on user’s email, case-insensitive.
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "offset": { "type": "integer", "description": "The number of documents to skip before starting to collect the result set." }, "limit": { "type": "integer", "description": "The numbers of results to return." }, "workspace": { "type": "string", "description": "Filter by workspace." }, "user": { "type": "string", "description": "Partial text match on user's email, case-insensitive." } }, "required": [ "PCID" ]}
Start date of the period to retrieve. Format: YYYY-MM
end
string
No
—
End date of the period to retrieve. Format: YYYY-MM
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "identifier": { "type": "string", "description": "Workspace's identifier" }, "start": { "type": "string", "description": "Start date of the period to retrieve. Format: YYYY-MM" }, "end": { "type": "string", "description": "End date of the period to retrieve. Format: YYYY-MM" } }, "required": [ "PCID", "identifier" ]}
The number of documents to skip before starting to collect the result set.
search
string
No
—
Search for specific values
annotation
integer
No
—
Filter based on annotation ID
document
string
No
—
Identifier of the document to apply filter lookups on if available
identifier
string
Yes
—
Data source’s identifier
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "limit": { "type": "integer", "description": "The numbers of results to return." }, "offset": { "type": "integer", "description": "The number of documents to skip before starting to collect the result set." }, "search": { "type": "string", "description": "Search for specific values" }, "annotation": { "type": "integer", "description": "Filter based on annotation ID" }, "document": { "type": "string", "description": "Identifier of the document to apply filter lookups on if available" }, "identifier": { "type": "string", "description": "Data source's identifier" } }, "required": [ "PCID", "identifier" ]}
The number of documents to skip before starting to collect the result set.
limit
integer
No
—
The numbers of results to return.
name
string
No
—
Filter by name.
organization
string
No
—
Filter by organization.
workspace
string
No
—
Filter by workspace.
identifier
string
No
—
Filter by identifier.
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "offset": { "type": "integer", "description": "The number of documents to skip before starting to collect the result set." }, "limit": { "type": "integer", "description": "The numbers of results to return." }, "name": { "type": "string", "description": "Filter by name." }, "organization": { "type": "string", "description": "Filter by organization." }, "workspace": { "type": "string", "description": "Filter by workspace." }, "identifier": { "type": "string", "description": "Filter by identifier." } }, "required": [ "PCID" ]}
If “true”, parsing will fail when the uploaded document is duplicate of an existing document, no credits will be consumed. If “false”, will parse the document normally whether its a duplicate or not. If not provided, will fallback to the workspace settings.
rejectInvalidDocuments
boolean
No
—
If true, the uploaded document will be rejected if it’s of the wrong document type, or if its document type cannot be determined. No credits will be consumed.
visibility
string
No
—
Visibility “organization” means everyone in the organization can access the workspace. Visibility “private” means only people explicitly added can access the workspace.
whitelistIngestAddresses
string[]
No
—
If specified, only emails from these addresses will be ingested for parsing. Wild cards are allowed, e.g. ”*@eyefind.info”.
Show inputSchema
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "identifier": { "type": "string", "description": "Workspace's identifier" }, "documentSplitter": { "type": "string", "description": "Uniquely identify a document splitter." }, "documentTypes": { "type": "array", "items": { "type": "string" }, "description": "Document types to associate with this workspace" }, "name": { "type": "string", "description": "The name value" }, "rejectDuplicates": { "type": "boolean", "description": "If \"true\", parsing will fail when the uploaded document is duplicate of an existing document, no credits will be consumed. If \"false\", will parse the document normally whether its a duplicate or not. If not provided, will fallback to the workspace settings." }, "rejectInvalidDocuments": { "type": "boolean", "description": "If true, the uploaded document will be rejected if it's of the wrong document type, or if its document type cannot be determined. No credits will be consumed." }, "visibility": { "type": "string", "description": "Visibility \"organization\" means everyone in the organization can access the workspace. Visibility \"private\" means only people explicitly added can access the workspace.", "enum": [ "organization", "private" ] }, "whitelistIngestAddresses": { "type": "array", "items": { "type": "string" }, "description": "If specified, only emails from these addresses will be ingested for parsing. Wild cards are allowed, e.g. \"*@eyefind.info\"." } }, "required": [ "PCID", "identifier" ]}