action signl4_post_alerts_paged { label: "Gets alerts paged" provider: signl4 method: POST path: "/alerts/paged" encoding: json input: { type: "object" properties: { alertIds: { type: "array" items: { type: "string" } } alertsAfterId: { type: "string" } categoryIds: { type: "array" items: { type: "string" } } continuationToken: { type: "object" properties: { nextPartitionKey: { type: "string" } nextRowKey: { type: "string" } nextTableName: { type: "string" } } additionalProperties: false } maxCreationDate: { type: "string" format: "date-time" } maxResults: { type: "integer" format: "int32" } minCreationDate: { type: "string" format: "date-time" } modifiedSince: { type: "string" format: "date-time" } showPersonalHiddenCategories: { type: "boolean" } statusCodes: { type: "integer" format: "int32" enum: [0, 1, 2, 4, 8, 16, 32] } teamId: { type: "string" } textToSearch: { type: "string" } userId: { type: "string" } } additionalProperties: false } output: { type: "object" properties: { continuationToken: { type: "object" properties: { nextPartitionKey: { type: "string" } nextRowKey: { type: "string" } nextTableName: { type: "string" } } additionalProperties: false } hasMore: { type: "boolean" } results: { type: "array" items: { type: "object" properties: { alertDeliveryStatus: { type: "object" properties: { statusCode: { type: "integer" format: "int32" enum: [0, 1, 2, 4, 6, 8, 22, 24, 26, 30, 31] } users: { type: "array" items: { type: "object" properties: { statusCode: { type: "integer" format: "int32" enum: [0, 1, 2, 4, 6, 8, 24, 26, 30, 31, 32] } userId: { type: "string" } } additionalProperties: false } } } additionalProperties: false } annotations: { type: "array" items: { type: "object" properties: { annotationType: { type: "integer" format: "int32" } id: { type: "string" } text: { type: "string" } timestamp: { type: "string" format: "date-time" } userId: { type: "string" } } additionalProperties: false } } categoryId: { type: "string" } eventId: { type: "string" } flags: { type: "integer" format: "int32" } historyDetailed: { type: "object" properties: { acknowledged: { type: "string" format: "date-time" } acknowledgedgements: { type: "array" items: { type: "string" } } closed: { type: "string" format: "date-time" } closedBy: { type: "string" } created: { type: "string" format: "date-time" } historyEntries: { type: "array" items: { type: "object" properties: { id: { type: "string" } timestamp: { type: "string" format: "date-time" } type: { type: "integer" format: "int32" enum: [0, 1, 2, 3, 4, 5, 6, 7] } userId: { type: "string" } } additionalProperties: false } } } additionalProperties: false } id: { type: "string" } lastModified: { type: "string" format: "date-time" } requiredAcknowledgements: { type: "integer" format: "int32" } status: { type: "integer" format: "int32" enum: [0, 1, 2, 4, 8, 16, 32] } subscriptionId: { type: "string" } teamId: { type: "string" } text: { type: "string" } title: { type: "string" } } additionalProperties: false } } } additionalProperties: false } }