{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "dataSourceId": { "type": "integer", "description": "The data source ID" }, "name": { "type": "string", "description": "Name of the data stream" }, "workspaceId": { "type": "integer", "description": "The workspace ID to create the stream in" } }, "required": [ "PCID", "name", "workspaceId" ]}
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "dataStreamId": { "type": "integer", "description": "The ID of the data stream" } }, "required": [ "PCID", "dataStreamId" ]}
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "dataStreamId": { "type": "integer", "description": "The ID of the data stream" } }, "required": [ "PCID", "dataStreamId" ]}
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "jobId": { "type": "integer", "description": "The ID of the job" } }, "required": [ "PCID", "jobId" ]}
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "workspaceId": { "type": "integer", "description": "The ID of the workspace" } }, "required": [ "PCID", "workspaceId" ]}
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "workspaceId": { "type": "integer", "description": "The ID of the workspace" } }, "required": [ "PCID", "workspaceId" ]}
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "workspaceId": { "type": "integer", "description": "The ID of the workspace" } }, "required": [ "PCID", "workspaceId" ]}
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "workspaceId": { "type": "integer", "description": "The ID of the workspace" } }, "required": [ "PCID", "workspaceId" ]}
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "workspaceId": { "type": "integer", "description": "The ID of the workspace" } }, "required": [ "PCID", "workspaceId" ]}
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "workspaceId": { "type": "integer", "description": "The ID of the workspace" } }, "required": [ "PCID", "workspaceId" ]}
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "dataStreamId": { "type": "integer", "description": "The ID of the data stream" }, "enabled": { "type": "boolean", "description": "Whether the data stream is enabled" }, "name": { "type": "string", "description": "Name of the data stream" } }, "required": [ "PCID", "dataStreamId", "enabled" ]}
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "dataStreamId": { "type": "integer", "description": "The ID of the data stream" }, "endDate": { "type": "string", "description": "End date for processing (YYYY-MM-DD)" }, "startDate": { "type": "string", "description": "Start date for processing (YYYY-MM-DD)" } }, "required": [ "PCID", "dataStreamId", "endDate", "startDate" ]}
{ "type": "object", "properties": { "PCID": { "type": "string", "description": "Pink Connect ID for the authenticated connection" }, "dataStreamId": { "type": "integer", "description": "The ID of the data stream" } }, "required": [ "PCID", "dataStreamId" ]}