schemas
INSTANCE_MODEL_REFERENCE
{
"required": [
"id"
],
"type": "object",
"properties": {
"id": {
"pattern": "^(([0-9a-f]{32})|(\\S+=\\S+))$",
"type": "string",
"description": "Workday Id or Reference Id of the instance."
},
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"readOnly": true
},
"href": {
"type": "string",
"description": "A link to the instance",
"readOnly": true
}
}
}
ERROR_MODEL_REFERENCE
{
"required": [
"error"
],
"type": "object",
"properties": {
"error": {
"type": "string",
"description": "A description of the error"
},
"code": {
"type": "string",
"description": "The code that corresponds to the error message. Use the error code to drive programmatic error-handling behavior. Don't use error message strings for this purpose because they are subject to change"
},
"field": {
"type": "string",
"description": "The field related to the error"
},
"path": {
"type": "string",
"description": "The path of the field related to the error"
},
"severity": {
"type": "string",
"description": "Severity of the validation (e.g. Critical, Warning)."
},
"internalMessage": {
"type": "string",
"description": "Internal message providing additional context for the validation (e.g. representation content validation details)."
}
}
}
VALIDATION_ERROR_MODEL_REFERENCE
{
"allOf": [
{
"required": [
"error"
],
"type": "object",
"properties": {
"error": {
"type": "string",
"description": "A description of the error"
},
"errors": {
"type": "array",
"description": "An array of validation errors",
"items": {
"$ref": "#/components/schemas/ERROR_MODEL_REFERENCE"
}
}
}
}
]
}
FACETS_MODEL_REFERENCE
{
"type": "array",
"items": {
"type": "object",
"properties": {
"descriptor": {
"type": "string",
"description": "A description of the facet"
},
"facetParameter": {
"type": "string",
"description": "The alias used to select the facet"
},
"values": {
"type": "array",
"description": "the facet values",
"items": {
"required": [
"id"
],
"type": "object",
"properties": {
"count": {
"type": "integer",
"description": "The number of instances returned by this facet",
"format": "int32"
},
"id": {
"pattern": "^(([0-9a-f]{32})|(\\S+=\\S+))$",
"type": "string",
"description": "Workday Id or Reference Id of the instance."
},
"descriptor": {
"type": "string",
"description": "A description of the facet"
},
"href": {
"type": "string",
"description": "A link to the instance",
"readOnly": true
}
}
}
}
},
"description": "This object represents the possible facets for this resource",
"readOnly": true
}
}
MULTIPLE_INSTANCE_MODEL_REFERENCE
{
"type": "object",
"properties": {
"total": {
"type": "integer",
"format": "int32"
},
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
}
}
}
}
categories_88561109bc06100017adafb3c668b3fa
{
"allOf": [
{
"$ref": "#/components/schemas/serviceCategory_88561109bc0610000dcc0edead59afc0"
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for Service Category"
}
}
}
]
}
caseTypes_88561109bc0610000dcc0f323201afc1
{
"allOf": [
{
"$ref": "#/components/schemas/caseType_94f4c846064010001aa73809d1ed001b"
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for \\~Case\\~ Type"
}
}
}
]
}
serviceCategory_88561109bc0610000dcc0edead59afc0
{
"allOf": [
{
"type": "object",
"properties": {
"id": {
"maxLength": 36,
"type": "string",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"name": {
"type": "string",
"description": "The name of the service category.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"categories": {
"type": "array",
"description": "The service subcategories.",
"items": {
"$ref": "#/components/schemas/categories_88561109bc06100017adafb3c668b3fa"
},
"x-workday-type": "Multi-instance"
},
"caseTypes": {
"type": "array",
"description": "\\~Case\\~ types on service category eligible for processing \\~worker\\~ or \\~worker\\~ parm.",
"items": {
"$ref": "#/components/schemas/caseTypes_88561109bc0610000dcc0f323201afc1"
},
"x-workday-type": "Multi-instance"
},
"description": {
"type": "string",
"description": "The description of the service category.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
}
}
}
]
}
serviceTeam_b219b9eff8361000170fa02ec63c0000
{
"description": "The Service Team assigned to the case.",
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{
"type": "object"
}
]
}
assignee_b219b9eff83610001664c09a64950000
{
"description": "The case solver assigned to the case. Contains both the worker id and person id.",
"allOf": [
{
"$ref": "#/components/schemas/worker_ea8cdb4b09221000085a6abfb71f0000"
},
{
"type": "object"
}
]
}
about_51525462636f10001482f03c07080000
{
"description": "The worker whom the case is about. Contains both the worker id and person id.",
"allOf": [
{
"$ref": "#/components/schemas/worker_ea8cdb4b09221000085a6abfb71f0000"
},
{
"type": "object"
}
]
}
satisfactionSurvey_fda210498420100022732483998b0000
{
"description": "The case satisfaction survey associated with the case.",
"allOf": [
{
"$ref": "#/components/schemas/satisfactionSurvey_13f62ca1562510000deb6333b70a0000"
},
{
"type": "object"
}
]
}
type_8a07438c70c010002c93692ee5a90000
{
"description": "\\~Case\\~ Type",
"allOf": [
{
"$ref": "#/components/schemas/type_8a07438c70c010002d1138872ec00000"
},
{
"type": "object"
}
]
}
caseReopenDetails_c3dd8c1d3b57100017da48a7dbfe0000
{
"description": "The details for the reopening of a \\~case\\~. This includes whether a \\~worker\\~ can reopen a \\~case\\~ and the last date that a \\~worker\\~ can reopen a \\~case\\~.",
"allOf": [
{
"$ref": "#/components/schemas/caseReopenDetails_5e3ba171cca310001820d3fa29a90000"
},
{
"type": "object"
}
]
}
by_e704d8bde762100010f5f842a8a60000
{
"description": "The worker or external case creator who created the case. Contains either a worker or externalCreator instance.",
"allOf": [
{
"$ref": "#/components/schemas/caseAgent_e704d8bde76210001838311e4c3e0000"
},
{
"type": "object"
}
]
}
caseSolverDisplayOverrides_73172a108ff310000f99d374913f0000
{
"description": "The case solver display name override configuration for the case.",
"allOf": [
{
"$ref": "#/components/schemas/caseSolverDisplayOverrides_73172a108ff310000f984d938f7b0000"
},
{
"type": "object"
}
]
}
labels_acf567efdfd2100009fa40b8c25c0000
{
"allOf": [
{
"$ref": "#/components/schemas/caseLabelDetails_1506ee3ef9c71000587ad9f80f150000"
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for Case Label (Derived)"
}
}
}
]
}
for_e704d8bde76210000fce848b51390000
{
"description": "The worker or external case creator who owns the case. Contains either a worker or externalCreator instance.",
"allOf": [
{
"$ref": "#/components/schemas/caseAgent_e704d8bde76210001838311e4c3e0000"
},
{
"type": "object"
}
]
}
status_bea716252d8b1000115c23d47e9b0000
{
"description": "The status details for the \\~case\\~",
"allOf": [
{
"$ref": "#/components/schemas/detailedCaseStatusSessionPublic_bdb2501f5ada100015bae5de1f210000"
},
{
"type": "object"
}
]
}
caseDetails_c6fb55da58da1000144f81f7eb854c37
{
"allOf": [
{
"type": "object",
"properties": {
"caseID": {
"type": "string",
"description": "\\~Case\\~ ID.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"detailedMessage": {
"type": "string",
"description": "The description of the \\~case\\~.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"title": {
"type": "string",
"description": "The title of the \\~case\\~.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"creationDate": {
"type": "string",
"description": "The date that the \\~case\\~ was created on.",
"format": "date",
"x-workday-type": "Date"
},
"caseLink": {
"type": "string",
"description": "The link to view the \\~Case\\~.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"serviceTeam": {
"$ref": "#/components/schemas/serviceTeam_b219b9eff8361000170fa02ec63c0000"
},
"assignee": {
"$ref": "#/components/schemas/assignee_b219b9eff83610001664c09a64950000"
},
"about": {
"$ref": "#/components/schemas/about_51525462636f10001482f03c07080000"
},
"satisfactionSurvey": {
"$ref": "#/components/schemas/satisfactionSurvey_fda210498420100022732483998b0000"
},
"type": {
"$ref": "#/components/schemas/type_8a07438c70c010002c93692ee5a90000"
},
"caseReopenDetails": {
"$ref": "#/components/schemas/caseReopenDetails_c3dd8c1d3b57100017da48a7dbfe0000"
},
"confidential": {
"type": "boolean",
"description": "If true, the case is confidential.",
"example": true,
"x-workday-type": "Boolean"
},
"formattedCreationDate": {
"type": "string",
"description": "The creation date of the case formatted to include the year, month, day, hour and minute. The date format depends on the processing user's locale and uses the user's timezone.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"by": {
"$ref": "#/components/schemas/by_e704d8bde762100010f5f842a8a60000"
},
"caseSolverDisplayOverrides": {
"$ref": "#/components/schemas/caseSolverDisplayOverrides_73172a108ff310000f99d374913f0000"
},
"labels": {
"type": "array",
"description": "The Labels for the \\~case\\~",
"items": {
"$ref": "#/components/schemas/labels_acf567efdfd2100009fa40b8c25c0000"
},
"x-workday-type": "Multi-instance"
},
"for": {
"$ref": "#/components/schemas/for_e704d8bde76210000fce848b51390000"
},
"status": {
"$ref": "#/components/schemas/status_bea716252d8b1000115c23d47e9b0000"
},
"id": {
"type": "string",
"description": "The id for Case"
}
}
}
]
}
labels_da54bcb3757f1000136e6876958a0000
{
"allOf": [
{
"$ref": "#/components/schemas/caseLabels_da54bcb3757f1000168c89b9bb290000"
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for Case Label (Derived)"
}
}
}
]
}
substatus_e6284293e339100018f23830cc160000
{
"description": "The \\~case\\~ substatus.",
"allOf": [
{
"$ref": "#/components/schemas/editCaseSubstatus_f3388c58f3c210001c13aee61cf50000"
},
{
"type": "object"
}
]
}
type_f1341368060410001674730d914b0000
{
"description": "the \\~case\\~ type assigned to the \\~case\\~",
"allOf": [
{
"$ref": "#/components/schemas/editCaseType_ed76025e195c100016b623f785550000"
},
{
"type": "object"
}
]
}
flag_c4294328e44410001b6cb863cbf20000
{
"description": "The \\~case\\~ flag assigned to the \\~case\\~",
"allOf": [
{
"$ref": "#/components/schemas/caseFlag_c4294328e44410001b4316b1c6330000"
},
{
"type": "object"
}
]
}
assignee_9ce80bb2ed2d10000ed69133ffb80000
{
"description": "The \\~worker\\~ assigned to the \\~case\\~",
"allOf": [
{
"$ref": "#/components/schemas/editCaseAssignee_9ce80bb2ed2d1000136a107082320000"
},
{
"type": "object"
}
]
}
status_e6284293e339100018f238ca81b10000
{
"description": "The \\~case\\~ status.",
"allOf": [
{
"$ref": "#/components/schemas/editCaseStatus_5a146539b6ec10000e50d9c790fc0000"
},
{
"type": "object"
}
]
}
team_9ce80bb2ed2d10000ed691d15f840000
{
"description": "The service team assigned to the \\~case\\~",
"allOf": [
{
"$ref": "#/components/schemas/editCaseServiceTeam_9ce80bb2ed2d1000138e2d432e5b0000"
},
{
"type": "object"
}
]
}
editCase_da54bcb3757f1000136e67dcc2220000
{
"allOf": [
{
"type": "object",
"properties": {
"labels": {
"type": "array",
"description": "The \\~case\\~ labels assigned to the \\~case\\~",
"items": {
"$ref": "#/components/schemas/labels_da54bcb3757f1000136e6876958a0000"
},
"x-workday-type": "Multi-instance"
},
"substatus": {
"$ref": "#/components/schemas/substatus_e6284293e339100018f23830cc160000"
},
"type": {
"$ref": "#/components/schemas/type_f1341368060410001674730d914b0000"
},
"flag": {
"$ref": "#/components/schemas/flag_c4294328e44410001b6cb863cbf20000"
},
"assignee": {
"$ref": "#/components/schemas/assignee_9ce80bb2ed2d10000ed69133ffb80000"
},
"status": {
"$ref": "#/components/schemas/status_e6284293e339100018f238ca81b10000"
},
"team": {
"$ref": "#/components/schemas/team_9ce80bb2ed2d10000ed691d15f840000"
},
"reroute": {
"type": "boolean",
"description": "Used to decide whether to reroute \\~cases\\~ after \\~case\\~ type is changed.",
"example": true,
"x-workday-type": "Boolean",
"x-workday-confidence-level": "Production"
}
}
}
]
}
note_a078b68f908e1000117eb0b72f240001
{
"description": "The internal note.",
"allOf": [
{
"$ref": "#/components/schemas/caseNote_a078b68f908e1000117d8e18d8790000"
},
{
"type": "object"
}
]
}
editInternalNoteRequest_a078b68f908e1000117eb0b72f240000
{
"allOf": [
{
"type": "object",
"properties": {
"note": {
"$ref": "#/components/schemas/note_a078b68f908e1000117eb0b72f240001"
}
}
}
]
}
reopenReasonRequest_730bdbc0cdd61000298ae4b8a49c0000
{
"allOf": [
{
"type": "object",
"properties": {
"comment": {
"$ref": "#/components/schemas/comment_730bdbc0cdd61000298ae76e8f080000"
},
"id": {
"type": "string",
"description": "The id for Case Timeline Item"
}
}
}
]
}
case_e380afec62fd10004d68b7e3aae40000
{
"description": "\\~Case\\~ ID",
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{
"type": "object"
}
]
}
source_e380afec62fd100014966f45060d0002
{
"description": "The name of the external record source",
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{
"type": "object"
}
]
}
externalRecords_e380afec62fd100014966eab837c0000
{
"allOf": [
{
"type": "object",
"properties": {
"case": {
"$ref": "#/components/schemas/case_e380afec62fd10004d68b7e3aae40000"
},
"href": {
"type": "string",
"description": "A link to the external record",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"name": {
"type": "string",
"description": "The name of the external record",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"source": {
"$ref": "#/components/schemas/source_e380afec62fd100014966f45060d0002"
},
"id": {
"type": "string",
"description": "The id for Help External Record"
}
}
}
]
}
case_11c712966b95100011ced0e6c1870000
{
"description": "\\~Case\\~ ID",
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{
"type": "object"
}
]
}
delinkExternalRecords_11c712966b95100011ced04d16210000
{
"allOf": [
{
"type": "object",
"properties": {
"case": {
"$ref": "#/components/schemas/case_11c712966b95100011ced0e6c1870000"
},
"id": {
"type": "string",
"description": "The id for Help External Record"
}
}
}
]
}
createCaseInformation_2eb81a78445c100018e5b8c7e1380000
{
"description": "Help Create Case Information configuration on Edit Tenant Setup- Help.",
"allOf": [
{
"$ref": "#/components/schemas/createCaseInformation_2eb81a78445c100018da580badf50000"
},
{
"type": "object"
}
]
}
fileConfigurations_ca77db5f50a210000906263978e91693
{
"description": "Help Configurations.",
"allOf": [
{
"$ref": "#/components/schemas/fileConfigs_ca77db5f50a210000903b9f0b3cc1690"
},
{
"type": "object"
}
]
}
configuration_ddc7b3fdde021000143264c9fb23001d
{
"allOf": [
{
"type": "object",
"properties": {
"createCaseInformation": {
"$ref": "#/components/schemas/createCaseInformation_2eb81a78445c100018e5b8c7e1380000"
},
"fileConfigurations": {
"$ref": "#/components/schemas/fileConfigurations_ca77db5f50a210000906263978e91693"
},
"confidentialCasesMessage": {
"type": "string",
"description": "Confidential \\~Cases\\~ Message.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"maxAttachments": {
"type": "integer",
"description": "Maximum number of attachments that can be added to a \\~case\\~ at one time.",
"format": "int32",
"example": 9999,
"x-workday-type": "Numeric"
},
"allowResolvedCasesToBeReopened": {
"type": "boolean",
"description": "Returns True if Resolved Cases can be Reopened Opt In",
"example": true,
"x-workday-type": "Boolean"
},
"displayServiceCategories": {
"type": "boolean",
"example": true,
"x-workday-type": "Boolean"
}
}
}
]
}
type_b07959fa1b8b1000154267406cf44cc0
{
"description": "\\~Case\\~ Suggestion Type.",
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{
"type": "object"
}
]
}
caseSuggestion_b07959fa1b8b10001380aeede1a24c14
{
"allOf": [
{
"type": "object",
"properties": {
"caseSuggestionContentId": {
"type": "string",
"description": "The Workday Id of the Task, Learning Content, Help Article, or website link returned as a \\~Case\\~ Suggestion.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"description": {
"type": "string",
"description": "\\~Case\\~ Suggestion Description.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"order": {
"maxLength": 6,
"type": "string",
"description": "\\~Case\\~ Suggestion Display Order.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"name": {
"type": "string",
"description": "Will display the name of the Task, Knowledge Base Article, Learning Content Suggested or the display name of a Link Suggestion.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"type": {
"$ref": "#/components/schemas/type_b07959fa1b8b1000154267406cf44cc0"
},
"url": {
"type": "string",
"description": "URL to open \\~Case\\~ Suggestion.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
}
}
}
]
}
externalCaseContact_556593b34fc61000141177c228360000
{
"allOf": [
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The name for the external \\~case\\~ contact.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"blocked": {
"type": "boolean",
"description": "If true, the external contact is blocked and they can't create \\~cases\\~.",
"example": true,
"x-workday-type": "Boolean"
},
"email": {
"type": "string",
"description": "The email for the external \\~case\\~ contact.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
externalLink_63d03d62c97710001797e130b95a5003
{
"allOf": [
{
"$ref": "#/components/schemas/externalCaseTypeLink_e3a4d0c049c810000c0a1668e99016e5"
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for \\~Case\\~ External Link"
}
}
}
]
}
questionnaire_94f4c84606401000210c7b3446d5002f
{
"description": "\\~Case\\~ type questionnaire.",
"allOf": [
{
"$ref": "#/components/schemas/caseTypeQuestionnaire_2ea488277642100014402b1f1bbf004e"
},
{
"type": "object"
}
]
}
caseType_94f4c846064010001aa73809d1ed001b
{
"allOf": [
{
"type": "object",
"properties": {
"name": {
"maxLength": 60,
"type": "string",
"description": "The name of the \\~case\\~ type.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"hasQuestionnaire": {
"type": "boolean",
"description": "Boolean value returning true if the \\~Case\\~ Type has a questionnaire.",
"example": true,
"x-workday-type": "Boolean"
},
"externalLink": {
"type": "array",
"description": "External \\~Case\\~ Type Link.",
"items": {
"$ref": "#/components/schemas/externalLink_63d03d62c97710001797e130b95a5003"
},
"x-workday-type": "Multi-instance"
},
"confidential": {
"type": "boolean",
"description": "\\~Case\\~ type confidential flag for REST service.",
"example": true,
"x-workday-type": "Boolean"
},
"external": {
"type": "boolean",
"description": "Returns true if the \\~case\\~ type is external.",
"example": true,
"x-workday-type": "Boolean"
},
"questionnaire": {
"$ref": "#/components/schemas/questionnaire_94f4c84606401000210c7b3446d5002f"
},
"description": {
"type": "string",
"description": "Case Type Description.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
caseLabels_3012a1e746ee1000135a5860aee90000
{
"allOf": [
{
"$ref": "#/components/schemas/caseLabelsWithName_f1fe2b0a07c71000134b317fe1920000"
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for \\~Case\\~ Label"
}
}
}
]
}
caseLabelCategories_3012a1e746ee10001306e9cc6b220000
{
"allOf": [
{
"type": "object",
"properties": {
"caseLabels": {
"type": "array",
"description": "The \\~case\\~ labels for the category.",
"items": {
"$ref": "#/components/schemas/caseLabels_3012a1e746ee1000135a5860aee90000"
},
"x-workday-type": "Multi-instance"
},
"name": {
"maxLength": 100,
"type": "string",
"description": "the \\~case\\~ label category name.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"id": {
"type": "string",
"description": "The id for Case Label Category"
}
}
}
]
}
caseLabelCategories_e6734d308df61000165a1df83a060000
{
"type": "object",
"properties": {
"total": {
"type": "number"
},
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/caseLabelCategories_3012a1e746ee10001306e9cc6b220000"
}
}
}
}
members_e6e5dfc6987a10001530b7f609430001
{
"allOf": [
{
"$ref": "#/components/schemas/teamMemberConfidential_bc753f35be0b100011950be7fcda0000"
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for \\~Worker\\~"
}
}
}
]
}
serviceTeams_e6e5dfc6987a10001530b7f609430000
{
"allOf": [
{
"type": "object",
"properties": {
"name": {
"maxLength": 60,
"type": "string",
"description": "The service team name.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"confidentialAccess": {
"type": "boolean",
"description": "Enables the service team to allow confidential access.",
"example": true,
"x-workday-type": "Boolean"
},
"members": {
"type": "array",
"description": "The service team members.",
"items": {
"$ref": "#/components/schemas/members_e6e5dfc6987a10001530b7f609430001"
},
"x-workday-type": "Multi-instance"
},
"id": {
"type": "string",
"description": "The id for Service Team"
}
}
}
]
}
serviceTeams_f417aa04d8631000f078e862a3d80000
{
"type": "object",
"properties": {
"total": {
"type": "number"
},
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/serviceTeams_e6e5dfc6987a10001530b7f609430000"
}
}
}
}
caseFlags_4c98b63bd27110001362d9d5918e0000
{
"allOf": [
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The \\~case\\~ flag name.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
caseFlags_4c98b63bd2711000134ad5e215fb0000
{
"type": "object",
"properties": {
"total": {
"type": "number"
},
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/caseFlags_4c98b63bd27110001362d9d5918e0000"
}
}
}
}
substatuses_c9a9f664e27410000ff55e02b0f50001
{
"allOf": [
{
"$ref": "#/components/schemas/caseSubstatuses_c9a9f664e2741000102835a0564d0000"
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for \\~Case\\~ Substatus"
}
}
}
]
}
caseStatuses_c9a9f664e27410000ff55cced8420000
{
"allOf": [
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The name of the \\~case\\~ status.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"substatuses": {
"type": "array",
"description": "The substatuses of the \\~case\\~ status.",
"items": {
"$ref": "#/components/schemas/substatuses_c9a9f664e27410000ff55e02b0f50001"
},
"x-workday-type": "Multi-instance"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
caseStatuses_c9a9f664e27410000ffb239322300000
{
"type": "object",
"properties": {
"total": {
"type": "number"
},
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/caseStatuses_c9a9f664e27410000ff55cced8420000"
}
}
}
}
questionnaire_b5e438c7a5d710001866c47b2eae0000
{
"description": "\\~Case\\~ Questionnaire.",
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{
"type": "object"
}
]
}
questionAnswerPair_b5e438c7a5d710001866c3e0fcab0001
{
"allOf": [
{
"$ref": "#/components/schemas/detailedQuestionnaireResponse_b5e438c7a5d7100018bd2131afe00000"
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for Detailed Questionnaire Response (Derived)"
}
}
}
]
}
caseQuestionnaireResponse_b5e438c7a5d710001866c3e0fcab0000
{
"allOf": [
{
"type": "object",
"properties": {
"questionnaire": {
"$ref": "#/components/schemas/questionnaire_b5e438c7a5d710001866c47b2eae0000"
},
"questionAnswerPair": {
"type": "array",
"description": "Detailed Questionnaire Response",
"items": {
"$ref": "#/components/schemas/questionAnswerPair_b5e438c7a5d710001866c3e0fcab0001"
},
"x-workday-type": "Multi-instance"
}
}
}
]
}
substatus_bdb2501f5ada100015bae677cb640000
{
"description": "The \\~case\\~ substatus",
"allOf": [
{
"$ref": "#/components/schemas/caseSubstatuses_c9a9f664e2741000102835a0564d0000"
},
{
"type": "object"
}
]
}
availableStatuses_bdb2501f5ada100015bae677cb640001
{
"allOf": [
{
"$ref": "#/components/schemas/caseStatuses_c9a9f664e27410000ff55cced8420000"
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for \\~Case\\~ Status"
}
}
}
]
}
detailedCaseStatusSessionPublic_bdb2501f5ada100015bae5de1f210000
{
"allOf": [
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for \\~Case\\~ Status Session",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"substatus": {
"$ref": "#/components/schemas/substatus_bdb2501f5ada100015bae677cb640000"
},
"name": {
"type": "string",
"description": "The \\~case\\~ status name.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text",
"x-workday-confidence-level": "Production"
},
"availableStatuses": {
"type": "array",
"description": "Available statuses for the \\~case\\~.",
"items": {
"$ref": "#/components/schemas/availableStatuses_bdb2501f5ada100015bae677cb640001"
},
"x-workday-type": "Multi-instance"
}
}
}
]
}
caseActorImage_f5af78b2311610000e722633e2ef011e
{
"allOf": [
{
"type": "object",
"properties": {
"scalableURL": {
"type": "string",
"description": "Scaling URL for \\~Worker\\~'s image.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"example": "Lorem ipsum dolor sit ame"
}
}
}
]
}
editCaseServiceTeam_9ce80bb2ed2d1000138e2d432e5b0000
{
"allOf": [
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for \\~Case\\~ Team (Derived)",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
}
}
}
]
}
contentType_cfb1e71e5435100008e52b8894ef0709
{
"description": "Content type of the attachment",
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{
"type": "object"
}
]
}
questionnaireAttachment_cfb1e71e5435100008e52b3f011f0708
{
"allOf": [
{
"type": "object",
"properties": {
"fileLength": {
"type": "integer",
"description": "File length of the attachment",
"format": "int32",
"example": 99999999999,
"x-workday-type": "Numeric"
},
"file": {
"type": "string",
"description": "For RaaS Only (Reports used as Web Services). Returns the raw Base64 data for an attachment or image.",
"format": "binary",
"x-workday-type": "File"
},
"fileName": {
"maxLength": 255,
"type": "string",
"description": "File name of the attachment",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"contentType": {
"$ref": "#/components/schemas/contentType_cfb1e71e5435100008e52b8894ef0709"
},
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"example": "Lorem ipsum dolor sit ame"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
caseTypeQuestionnaire_2ea488277642100014402b1f1bbf004e
{
"allOf": [
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for Questionnaire"
}
}
}
]
}
caseArticleData_28994a71316f100028264fde56b10000
{
"allOf": [
{
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "Static URL to the article view, which will always be resolved to the published version in the users language.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
}
}
}
]
}
caseLabelDetails_1506ee3ef9c71000587ad9f80f150000
{
"allOf": [
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Name of \\~Case\\~ Label.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"categoryId": {
"maxLength": 36,
"type": "string",
"description": "\\~Case\\~ Label Category Id.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"id": {
"type": "string",
"description": "\\~Case\\~ Label ID.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
}
}
}
]
}
caseNote_a078b68f908e1000117d8e18d8790000
{
"allOf": [
{
"type": "object",
"properties": {
"textBody": {
"type": "string",
"description": "The text body.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
}
}
}
]
}
supportedFileTypesView_ed98e9c8a7fd10001421bbbf6e2b3a46
{
"allOf": [
{
"type": "object",
"properties": {
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"example": "Lorem ipsum dolor sit ame"
}
}
}
]
}
caseReopenDetails_5e3ba171cca310001820d3fa29a90000
{
"allOf": [
{
"type": "object",
"properties": {
"caseReopenStatus": {
"type": "boolean",
"description": "True if a \\~worker\\~ can reopen a \\~case\\~.",
"example": true,
"x-workday-type": "Boolean"
},
"caseReopenDueDate": {
"type": "string",
"description": "The details for the reopening of a \\~case\\~. This includes whether a \\~worker\\~ can reopen a \\~case\\~ and the last date that a \\~worker\\~ can reopen a \\~case\\~.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
}
}
}
]
}
caseLabelsWithName_f1fe2b0a07c71000134b317fe1920000
{
"allOf": [
{
"type": "object",
"properties": {
"name": {
"maxLength": 40,
"type": "string",
"description": "the \\~case\\~ label name.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
attachments_b5e438c7a5d7100018bd21cb505b0000
{
"allOf": [
{
"$ref": "#/components/schemas/attachmentDetails_28994a71316f100027789fb4f2c30000"
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for Questionnaire Attachment"
}
}
}
]
}
detailedQuestionnaireResponse_b5e438c7a5d7100018bd2131afe00000
{
"allOf": [
{
"type": "object",
"properties": {
"attachments": {
"type": "array",
"description": "Questionnaire Attachments.",
"items": {
"$ref": "#/components/schemas/attachments_b5e438c7a5d7100018bd21cb505b0000"
},
"x-workday-type": "Multi-instance"
},
"answer": {
"type": "string",
"description": "Answer text.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"question": {
"type": "string",
"description": "Question body.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
}
}
}
]
}
contentType_fe66288088b91000203cf979e0730001
{
"description": "The content type.",
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{
"type": "object"
}
]
}
caseAttachmentUpload_fe66288088b91000203cf8e028ad0000
{
"allOf": [
{
"type": "object",
"properties": {
"contentType": {
"$ref": "#/components/schemas/contentType_fe66288088b91000203cf979e0730001"
},
"fileName": {
"maxLength": 255,
"type": "string",
"description": "The file name.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"fileLength": {
"type": "integer",
"description": "The file length.",
"format": "int32",
"example": 99999999999,
"x-workday-type": "Numeric"
},
"file": {
"type": "string",
"description": "The file.",
"format": "binary",
"x-workday-type": "File"
},
"id": {
"type": "string",
"description": "The id for Case Attachment"
}
}
}
]
}
caseStatus_f1e69cc1d239100018631b8718fd5e1a
{
"allOf": [
{
"type": "object",
"properties": {
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"example": "Lorem ipsum dolor sit ame"
},
"id": {
"type": "string",
"description": "The id for \\~Case\\~ Status"
}
}
}
]
}
serviceCategory_8a07438c70c010002d8d314ff16e0000
{
"description": "The service category of the \\~case\\~ type.",
"allOf": [
{
"$ref": "#/components/schemas/serviceCategoryInCaseType_8a07438c70c010002dd32fae8fd70000"
},
{
"type": "object"
}
]
}
type_8a07438c70c010002d1138872ec00000
{
"allOf": [
{
"type": "object",
"properties": {
"serviceCategory": {
"$ref": "#/components/schemas/serviceCategory_8a07438c70c010002d8d314ff16e0000"
},
"description": {
"type": "string",
"description": "Case Type Description.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"inactive": {
"type": "boolean",
"description": "True if the \\~case\\~ type is inactive.",
"example": true,
"x-workday-type": "Boolean"
},
"name": {
"type": "string",
"description": "Returns the display id of the instance.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"confidential": {
"type": "boolean",
"description": "\\~Case\\~ type confidential flag for REST service.",
"example": true,
"x-workday-type": "Boolean"
},
"id": {
"type": "string",
"description": "The id for \\~Case\\~ Type"
}
}
}
]
}
article_2eb81a78445c100018da58bbbe240000
{
"description": "Article",
"allOf": [
{
"$ref": "#/components/schemas/caseArticleDetails_28994a71316f10002827ab4cb98c0000"
},
{
"type": "object"
}
]
}
createCaseInformation_2eb81a78445c100018da580badf50000
{
"allOf": [
{
"type": "object",
"properties": {
"article": {
"$ref": "#/components/schemas/article_2eb81a78445c100018da58bbbe240000"
},
"createCaseCustomText": {
"type": "string",
"description": "createCaseCustomText",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
}
}
}
]
}
editCaseType_ed76025e195c100016b623f785550000
{
"allOf": [
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for \\~Case\\~ Type"
}
}
}
]
}
contentType_ac4d6ea0680f1000227f1e3a4e144deb
{
"description": "Content type of the attachment",
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{
"type": "object"
}
]
}
caseAttachmentDetails_7eff10179e351000223786abf14a14a9
{
"allOf": [
{
"type": "object",
"properties": {
"contentType": {
"$ref": "#/components/schemas/contentType_ac4d6ea0680f1000227f1e3a4e144deb"
},
"file": {
"type": "string",
"description": "For RaaS Only (Reports used as Web Services). Returns the raw Base64 data for an attachment or image.",
"format": "binary",
"x-workday-type": "File"
},
"fileLength": {
"type": "integer",
"description": "File length of the attachment",
"format": "int32",
"example": 99999999999,
"x-workday-type": "Numeric"
},
"fileName": {
"maxLength": 255,
"type": "string",
"description": "File name of the attachment",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"id": {
"type": "string",
"description": "\\~Case\\~ Attachment ID.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"example": "Lorem ipsum dolor sit ame"
}
}
}
]
}
attachmentDetails_28994a71316f100027789fb4f2c30000
{
"allOf": [
{
"type": "object",
"properties": {
"comment": {
"type": "string",
"description": "Questionnaire attachment comment",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"fileName": {
"maxLength": 255,
"type": "string",
"description": "File name of the attachment",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"href": {
"type": "string",
"description": "A link to the instance"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
worker_e704d8bde76210001838311e4c3e0001
{
"description": "\\~Case\\~ agent as \\~worker\\~.",
"allOf": [
{
"$ref": "#/components/schemas/worker_ea8cdb4b09221000085a6abfb71f0000"
},
{
"type": "object"
}
]
}
externalCreator_db348beb98ca10001fa3c3d717d70000
{
"description": "\\~Case\\~ agent as external \\~case\\~ creator.",
"allOf": [
{
"$ref": "#/components/schemas/externalCreator_ea4ddbcedee710001051da1f76a50000"
},
{
"type": "object"
}
]
}
caseAgent_e704d8bde76210001838311e4c3e0000
{
"allOf": [
{
"type": "object",
"properties": {
"worker": {
"$ref": "#/components/schemas/worker_e704d8bde76210001838311e4c3e0001"
},
"externalCreator": {
"$ref": "#/components/schemas/externalCreator_db348beb98ca10001fa3c3d717d70000"
},
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"example": "Lorem ipsum dolor sit ame"
},
"id": {
"type": "string",
"description": "The id for \\~Case\\~ Agent"
}
}
}
]
}
caseSubstatuses_c9a9f664e2741000102835a0564d0000
{
"allOf": [
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The name of the \\~case\\~ substatus.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
actions_ea4ddbcedee710000da4cc8666400000
{
"allOf": [
{
"$ref": "#/components/schemas/action_ea4ddbcedee710001027e83559880000"
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for \\~Case\\~ Action"
}
}
}
]
}
guidance_b5e438c7a5d7100024e5cf5a0a070007
{
"description": "The \\~case\\~ guidance for the \\~case\\~ timeline item. For use with REST Public APIs.",
"allOf": [
{
"$ref": "#/components/schemas/caseGuidanceDetails_28994a71316f100028444cd6ee550000"
},
{
"type": "object"
}
]
}
submittedBy_8278794bb27f100015a2f4f202290000
{
"description": "The user who submitted the timeline item.",
"allOf": [
{
"$ref": "#/components/schemas/caseAgent_e704d8bde76210001838311e4c3e0000"
},
{
"type": "object"
}
]
}
attachments_b5e438c7a5d7100024e5cf5a0a070005
{
"allOf": [
{
"$ref": "#/components/schemas/attachmentDetails_28994a71316f100027789fb4f2c30000"
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for \\~Case\\~ Attachment"
}
}
}
]
}
questionnaireResponse_b5e438c7a5d7100024e5cf5a0a070008
{
"description": "Used by Case Creation Timeline Item, shows the questionnaire answers.",
"allOf": [
{
"$ref": "#/components/schemas/caseQuestionnaireResponse_b5e438c7a5d710001866c3e0fcab0000"
},
{
"type": "object"
}
]
}
type_3e858117153510001882bc0818230000
{
"description": "The type of the current timeline item. Example: \"Comment Timeline Item\" for a comment.",
"allOf": [
{
"$ref": "#/components/schemas/caseTimelineItemType_64d4026de2f81000152b515622600000"
},
{
"type": "object"
}
]
}
caseSolverDisplayOverrides_4623ea13f444100013c37d62fa800000
{
"description": "The case solver display name override configuration for the timeline item.",
"allOf": [
{
"$ref": "#/components/schemas/caseSolverDisplayOverridesForTimeline_4623ea13f444100013c1f71617180000"
},
{
"type": "object"
}
]
}
note_629ab2a795121000123466869eb20000
{
"description": "Internal note containing attachment",
"allOf": [
{
"$ref": "#/components/schemas/caseNoteDetails_629ab2a79512100012339fcc11120000"
},
{
"type": "object"
}
]
}
timelineItem_b5e438c7a5d7100024e5cf5a0a070000
{
"allOf": [
{
"type": "object",
"properties": {
"actions": {
"type": "array",
"description": "A list of actions linked to this timeline item. Each action has an action text.",
"items": {
"$ref": "#/components/schemas/actions_ea4ddbcedee710000da4cc8666400000"
},
"x-workday-type": "Multi-instance"
},
"description": {
"type": "string",
"description": "Used by the Case Creation Timeline Item, contains the detailed message written by case creators.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"creationDate": {
"type": "string",
"description": "The date that the \\~case\\~ timeline item was created on.",
"format": "date",
"x-workday-type": "Date"
},
"guidance": {
"$ref": "#/components/schemas/guidance_b5e438c7a5d7100024e5cf5a0a070007"
},
"submittedBy": {
"$ref": "#/components/schemas/submittedBy_8278794bb27f100015a2f4f202290000"
},
"formattedCreationDate": {
"type": "string",
"description": "The creation date of the timeline item formatted to include the year, month, day, hour and minute. The date format depends on the processing user's locale and uses the user's timezone.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"attachments": {
"type": "array",
"description": "The \\~case\\~ attachments for the \\~case\\~ timeline item. For use with REST Public APIs.",
"items": {
"$ref": "#/components/schemas/attachments_b5e438c7a5d7100024e5cf5a0a070005"
},
"x-workday-type": "Multi-instance"
},
"questionnaireResponse": {
"$ref": "#/components/schemas/questionnaireResponse_b5e438c7a5d7100024e5cf5a0a070008"
},
"comment": {
"$ref": "#/components/schemas/comment_98c816483081100039947d758fb10000"
},
"type": {
"$ref": "#/components/schemas/type_3e858117153510001882bc0818230000"
},
"id": {
"maxLength": 36,
"type": "string",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"caseSolverDisplayOverrides": {
"$ref": "#/components/schemas/caseSolverDisplayOverrides_4623ea13f444100013c37d62fa800000"
},
"note": {
"$ref": "#/components/schemas/note_629ab2a795121000123466869eb20000"
}
}
}
]
}
questionItem_670e7e9e117b10002790f46f3d9c07d1
{
"description": "Question Item for Questionnaire Answer. Question item represents the question in a questionnaire.",
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{
"type": "object"
}
]
}
questionnaireAttachments_69164aa4df9610001e17f32134be5429
{
"allOf": [
{
"$ref": "#/components/schemas/questionnaireAttachment_cfb1e71e5435100008e52b3f011f0708"
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for Questionnaire Attachment Representation"
}
}
}
]
}
answerMultipleChoices_670e7e9e117b10002790f474903a07d2
{
"allOf": [
{
"$ref": "#/components/schemas/questionMultipleChoiceAnswerEmptyView_670e7e9e117b100027c36c757fb807d5"
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for Question Multiple Choice Answer Representation"
}
}
}
]
}
questionnaireAnswerCreate_670e7e9e117b1000276a34afc7b207cb
{
"allOf": [
{
"type": "object",
"properties": {
"questionItem": {
"$ref": "#/components/schemas/questionItem_670e7e9e117b10002790f46f3d9c07d1"
},
"questionnaireAttachments": {
"type": "array",
"description": "Questionnaire Attachments for Questionnaire Response.",
"items": {
"$ref": "#/components/schemas/questionnaireAttachments_69164aa4df9610001e17f32134be5429"
},
"x-workday-type": "Multi-instance"
},
"answerNumeric": {
"type": "integer",
"description": "The answer in a numeric format.",
"format": "int32",
"example": 99999999999,
"x-workday-type": "Numeric"
},
"answerMultipleChoices": {
"type": "array",
"description": "Question Multiple Choice Answers for question answer",
"items": {
"$ref": "#/components/schemas/answerMultipleChoices_670e7e9e117b10002790f474903a07d2"
},
"x-workday-type": "Multi-instance"
},
"answerDate": {
"type": "string",
"description": "The answer in a date format.",
"format": "date",
"x-workday-type": "Date"
},
"answerText": {
"type": "string",
"description": "The text answer for a questionnaire.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"example": "Lorem ipsum dolor sit ame"
},
"id": {
"type": "string",
"description": "The id for Questionnaire Answer"
}
}
}
]
}
currentArticleData_28994a71316f10002827ab4cb98c0001
{
"allOf": [
{
"$ref": "#/components/schemas/caseArticleData_28994a71316f100028264fde56b10000"
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for Article Version"
}
}
}
]
}
caseArticleDetails_28994a71316f10002827ab4cb98c0000
{
"allOf": [
{
"type": "object",
"properties": {
"currentArticleData": {
"type": "array",
"description": "Published Article Data versions for this Article.",
"items": {
"$ref": "#/components/schemas/currentArticleData_28994a71316f10002827ab4cb98c0001"
},
"x-workday-type": "Multi-instance"
},
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"example": "Lorem ipsum dolor sit ame"
},
"id": {
"type": "string",
"description": "The id for Knowledge Base Article \nExample(s): articleID=Sample_Value"
}
}
}
]
}
questionnaireAnswers_670e7e9e117b10002734f5a0c9fd07c7
{
"allOf": [
{
"$ref": "#/components/schemas/questionnaireAnswerCreate_670e7e9e117b1000276a34afc7b207cb"
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for Questionnaire Answer Representation"
}
}
}
]
}
questionnaireTargetContext_b73d92d470c7100012164155beb48425
{
"description": "The applicable questionnaire or application for a student. Example: Student Application for Spring 2023. This is a new attribute as of 2021R2, and is currently only supported for Student.",
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{
"type": "object"
}
]
}
questionnaireTarget_b73d92d470c7100012164171eac28426
{
"description": "The questionnaire subject. Example: The candidate for admission to a school. This is a new attribute as of 2021R2, and is currently only supported for Student.",
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{
"type": "object"
}
]
}
questionnaireResponseSubmit_f0cd3b7b35071000123f36d88d4c4cd6
{
"allOf": [
{
"type": "object",
"properties": {
"questionnaireAnswers": {
"type": "array",
"description": "The set of answers for a questionnaire.",
"items": {
"$ref": "#/components/schemas/questionnaireAnswers_670e7e9e117b10002734f5a0c9fd07c7"
},
"x-workday-type": "Multi-instance"
},
"questionnaireTargetContext": {
"$ref": "#/components/schemas/questionnaireTargetContext_b73d92d470c7100012164155beb48425"
},
"questionnaireTarget": {
"$ref": "#/components/schemas/questionnaireTarget_b73d92d470c7100012164171eac28426"
},
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"example": "Lorem ipsum dolor sit ame"
},
"id": {
"type": "string",
"description": "The id for Questionnaire Response Representation"
}
}
}
]
}
editCaseStatus_5a146539b6ec10000e50d9c790fc0000
{
"allOf": [
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
caseFlag_c4294328e44410001b4316b1c6330000
{
"allOf": [
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The \\~case\\~ flag",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
caseSolverDisplayOverrides_73172a108ff310000f984d938f7b0000
{
"allOf": [
{
"type": "object",
"properties": {
"hideCreatedByProfileLink": {
"type": "boolean",
"description": "The configuration setting to hide the created by person's profile link.",
"example": true,
"x-workday-type": "Boolean"
},
"hideCreatedByProfilePicture": {
"type": "boolean",
"description": "The configuration setting to hide the created by person's profile picture.",
"example": true,
"x-workday-type": "Boolean"
},
"assigneeDisplayName": {
"type": "string",
"description": "The \\~Case\\~ assignee's display name override.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"createdByDisplayName": {
"type": "string",
"description": "The \\~Case\\~ creator's display name override.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"hideAssigneeProfileLink": {
"type": "boolean",
"description": "The configuration setting to hide the assignee's profile picture.",
"example": true,
"x-workday-type": "Boolean"
},
"hideAssigneeProfilePicture": {
"type": "boolean",
"description": "The configuration setting to hide the assignee's profile link.",
"example": true,
"x-workday-type": "Boolean"
}
}
}
]
}
caseNoteDetailsRequest_7d92af58ae1210000c75424307320000
{
"allOf": [
{
"type": "object",
"properties": {
"textBody": {
"type": "string",
"description": "The note text.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"id": {
"type": "string",
"description": "The id for Case Note (Derived)"
}
}
}
]
}
questionnaireResponse_81454aeb7e43100023dbc22cbd6d0000
{
"description": "Case satisfaction survey response questionnaire response.",
"allOf": [
{
"$ref": "#/components/schemas/surveyQuestionnaireResponse_81454aeb7e43100029f9aef236c20000"
},
{
"type": "object"
}
]
}
score_7bff4822273910001fa3cef900960000
{
"description": "Case satisfaction survey response score.",
"allOf": [
{
"$ref": "#/components/schemas/surveyResponseScore_7bff48222739100026e4d635293e0000"
},
{
"type": "object"
}
]
}
surveyResponse_7bff482227391000128136b99a160000
{
"allOf": [
{
"type": "object",
"properties": {
"questionnaireResponse": {
"$ref": "#/components/schemas/questionnaireResponse_81454aeb7e43100023dbc22cbd6d0000"
},
"comment": {
"type": "string",
"description": "Case satisfaction survey response comment.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"score": {
"$ref": "#/components/schemas/score_7bff4822273910001fa3cef900960000"
},
"formattedCreationDate": {
"type": "string",
"description": "The creation date of the case satisfaction survey response formatted to include the year, month, day, hour and minute. The date format depends on the processing user's locale and uses the user's timezone.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"id": {
"type": "string",
"description": "The id for Case Satisfaction Survey Response"
}
}
}
]
}
questionMultipleChoiceAnswerEmptyView_670e7e9e117b100027c36c757fb807d5
{
"allOf": [
{
"type": "object",
"properties": {
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"example": "Lorem ipsum dolor sit ame"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
results_b8933903570310000b90119c72ee0000
{
"description": "The most recent survey results for the case.",
"allOf": [
{
"$ref": "#/components/schemas/surveyResponse_7bff482227391000128136b99a160000"
},
{
"type": "object"
}
]
}
satisfactionSurvey_13f62ca1562510000deb6333b70a0000
{
"allOf": [
{
"type": "object",
"properties": {
"active": {
"type": "boolean",
"description": "If true, the case has an active satisfaction survey",
"example": true,
"x-workday-type": "Boolean"
},
"task": {
"type": "string",
"description": "If true, the Satisfaction Survey has been dismissed.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"results": {
"$ref": "#/components/schemas/results_b8933903570310000b90119c72ee0000"
},
"directive": {
"type": "string",
"description": "Returns the Survey Directive text for the Satisfaction Survey.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
}
}
}
]
}
editCaseAssignee_9ce80bb2ed2d1000136a107082320000
{
"allOf": [
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "id",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
}
}
}
]
}
externalCreator_ea4ddbcedee710001051da1f76a50000
{
"allOf": [
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "External \\~Case\\~ Creator Name and External in Parenthesis or Purged External \\~Case\\~ Creator text.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"email": {
"type": "string",
"description": "External \\~Case\\~ Creator Email.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
kbArticle_28994a71316f100028444cd6ee550001
{
"description": "Knowledge Base Article for \\~Case\\~ Timeline Guidance (REST).",
"allOf": [
{
"$ref": "#/components/schemas/caseArticleDetails_28994a71316f10002827ab4cb98c0000"
},
{
"type": "object"
}
]
}
uiTask_28994a71316f100028444cd6ee550002
{
"description": "UI Task for \\~Case\\~ Timeline Guidance.",
"allOf": [
{
"$ref": "#/components/schemas/caseUITaskDetails_28994a71316f100028434d9157110000"
},
{
"type": "object"
}
]
}
caseGuidanceDetails_28994a71316f100028444cd6ee550000
{
"allOf": [
{
"type": "object",
"properties": {
"kbArticle": {
"$ref": "#/components/schemas/kbArticle_28994a71316f100028444cd6ee550001"
},
"uiTask": {
"$ref": "#/components/schemas/uiTask_28994a71316f100028444cd6ee550002"
}
}
}
]
}
supportedFileTypes_ca77db5f50a210000ae82bc49deb17b1
{
"allOf": [
{
"$ref": "#/components/schemas/supportedFileTypesView_ed98e9c8a7fd10001421bbbf6e2b3a46"
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for Allowed File Extension"
}
}
}
]
}
fileConfigs_ca77db5f50a210000903b9f0b3cc1690
{
"allOf": [
{
"type": "object",
"properties": {
"supportedFileTypes": {
"type": "array",
"description": "Returns the allowed file types for a tenant.",
"items": {
"$ref": "#/components/schemas/supportedFileTypes_ca77db5f50a210000ae82bc49deb17b1"
},
"x-workday-type": "Multi-instance",
"x-conditionally-hidden": true
},
"maxFileSizeInMB": {
"type": "integer",
"description": "Max Attachment Size.",
"format": "int32",
"example": 9999999999,
"x-workday-type": "Numeric"
},
"allFileTypesSupported": {
"type": "boolean",
"description": "True if all file attachment types allowed.",
"example": true,
"x-workday-type": "Boolean"
}
}
}
]
}
contentType_b661616dd41a1000283daf731d4f0001
{
"description": "Content type of the attachment",
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{
"type": "object"
}
]
}
caseAttachment_b661616dd41a1000283daf731d4f0000
{
"allOf": [
{
"type": "object",
"properties": {
"contentType": {
"$ref": "#/components/schemas/contentType_b661616dd41a1000283daf731d4f0001"
},
"file": {
"type": "string",
"description": "For RaaS Only (Reports used as Web Services). Returns the raw Base64 data for an attachment or image.",
"format": "binary",
"x-workday-type": "File"
},
"fileLength": {
"type": "integer",
"description": "File length of the attachment",
"format": "int32",
"example": 99999999999,
"x-workday-type": "Numeric"
},
"fileName": {
"maxLength": 255,
"type": "string",
"description": "File name of the attachment",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"id": {
"type": "string",
"description": "The id for Attachment"
}
}
}
]
}
note_7d92af58ae1210000c818bcc289b0000
{
"description": "For uploading a note. Must contain a text body.",
"allOf": [
{
"$ref": "#/components/schemas/caseNoteDetailsRequest_7d92af58ae1210000c75424307320000"
},
{
"type": "object"
}
]
}
attachments_7d92af58ae1210000c818b327c280000
{
"allOf": [
{
"$ref": "#/components/schemas/caseAttachmentUpload_fe66288088b91000203cf8e028ad0000"
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for Case Attachment (Derived)"
}
}
}
]
}
timelineNoteRequest_7d92af58ae1210000c818a988dd40000
{
"allOf": [
{
"type": "object",
"properties": {
"note": {
"$ref": "#/components/schemas/note_7d92af58ae1210000c818bcc289b0000"
},
"attachments": {
"type": "array",
"description": "For uploading attachment(s).",
"items": {
"$ref": "#/components/schemas/attachments_7d92af58ae1210000c818b327c280000"
},
"x-workday-type": "Multi-instance"
},
"id": {
"type": "string",
"description": "The id for Case Timeline Item"
}
}
}
]
}
externalCaseTypeLink_e3a4d0c049c810000c0a1668e99016e5
{
"allOf": [
{
"type": "object",
"properties": {
"linkDescription": {
"type": "string",
"description": "\\~Case\\~ Type External Link.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"link": {
"type": "string",
"description": "\\~Case\\~ Type External Link.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
status_f1e69cc1d239100017cbe9e77f265dca
{
"description": "The status of the \\~case\\~.",
"allOf": [
{
"$ref": "#/components/schemas/caseStatus_f1e69cc1d239100018631b8718fd5e1a"
},
{
"type": "object"
}
]
}
uiTask_f2bdc10fc89b1000381518f534370000
{
"description": "The UI Task used to create the \\~case\\~.",
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{
"type": "object"
}
]
}
elementContent_f2bdc10fc89b100037a053f569be0000
{
"description": "The Element Content used to create the \\~case\\~",
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{
"type": "object"
}
]
}
aboutWorker_662e9c10bfa0100010d6b0d17b8a4d94
{
"description": "\\~Worker\\~ the \\~case\\~ is about.",
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{
"type": "object"
}
]
}
contextInstance_f2bdc10fc89b100037e6bb940e6f0000
{
"description": "The Context Instance used to create the \\~case\\~.",
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{
"type": "object"
}
]
}
forExternalCreator_43c3a4cfa46110001c073750b80a0000
{
"description": "The Workday ID of the contact who will own this \\~case\\~.",
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{
"type": "object"
}
]
}
questionnaireHolder_1902ac344cd8100010dd11b4fc2818da
{
"description": "\\~Case\\~ Questionnaire Response Holder.",
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{
"type": "object"
}
]
}
caseType_e29f5009981f10001e4d865b9ebb0363
{
"description": "The Workday ID of the case type to assign to the case. You can use GET /helpCase/caseTypes/view to retrieve a list of case types and their IDs.",
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{
"type": "object"
}
]
}
attachments_7eff10179e35100021ab2a2dff4014a7
{
"allOf": [
{
"$ref": "#/components/schemas/caseAttachmentDetails_7eff10179e351000223786abf14a14a9"
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for Case Attachment (Derived)"
}
}
}
]
}
source_d0bb246e886c10000b8ef4bd50740024
{
"description": "Checks for Valid Case Sources",
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{
"type": "object"
}
]
}
forWorker_ee5c8f4096a110000cca066c029f2a63
{
"description": "The \\~worker\\~ that the \\~case\\~ is for.",
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{
"type": "object"
}
]
}
questionnaireResponses_f0cd3b7b350710001246641a519d4cd8
{
"description": "The responses for questionnaires configured on a request.",
"allOf": [
{
"$ref": "#/components/schemas/questionnaireResponseSubmit_f0cd3b7b35071000123f36d88d4c4cd6"
},
{
"type": "object"
}
]
}
case_e29f5009981f10001e4d862c73b20361
{
"allOf": [
{
"type": "object",
"properties": {
"caseLink": {
"type": "string",
"description": "The link to view the \\~Case\\~.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"status": {
"$ref": "#/components/schemas/status_f1e69cc1d239100017cbe9e77f265dca"
},
"uiTask": {
"$ref": "#/components/schemas/uiTask_f2bdc10fc89b1000381518f534370000"
},
"elementContent": {
"$ref": "#/components/schemas/elementContent_f2bdc10fc89b100037a053f569be0000"
},
"aboutWorker": {
"$ref": "#/components/schemas/aboutWorker_662e9c10bfa0100010d6b0d17b8a4d94"
},
"contextInstance": {
"$ref": "#/components/schemas/contextInstance_f2bdc10fc89b100037e6bb940e6f0000"
},
"forExternalCreator": {
"$ref": "#/components/schemas/forExternalCreator_43c3a4cfa46110001c073750b80a0000"
},
"questionnaireHolder": {
"$ref": "#/components/schemas/questionnaireHolder_1902ac344cd8100010dd11b4fc2818da"
},
"title": {
"type": "string",
"description": "The title of the \\~case\\~.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"caseType": {
"$ref": "#/components/schemas/caseType_e29f5009981f10001e4d865b9ebb0363"
},
"detailedMessage": {
"type": "string",
"description": "The description of the \\~case\\~.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"attachments": {
"type": "array",
"description": "\\~Case\\~ Creation Attachments.",
"items": {
"$ref": "#/components/schemas/attachments_7eff10179e35100021ab2a2dff4014a7"
},
"x-workday-type": "Multi-instance"
},
"source": {
"$ref": "#/components/schemas/source_d0bb246e886c10000b8ef4bd50740024"
},
"forWorker": {
"$ref": "#/components/schemas/forWorker_ee5c8f4096a110000cca066c029f2a63"
},
"questionnaireResponses": {
"$ref": "#/components/schemas/questionnaireResponses_f0cd3b7b350710001246641a519d4cd8"
},
"caseID": {
"type": "string",
"description": "\\~Case\\~ ID.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"id": {
"type": "string",
"description": "The id for Case"
}
}
}
]
}
questionAnswerPair_81454aeb7e4310002c0d7dcb08ee0000
{
"allOf": [
{
"$ref": "#/components/schemas/detailedQuestionnaireResponse_b5e438c7a5d7100018bd2131afe00000"
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for Detailed Questionnaire Response (Derived)"
}
}
}
]
}
questionnaire_81454aeb7e43100029f9aef236c20001
{
"description": "Questionnaire for satisfaction survey response.",
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{
"type": "object"
}
]
}
surveyQuestionnaireResponse_81454aeb7e43100029f9aef236c20000
{
"allOf": [
{
"type": "object",
"properties": {
"questionAnswerPair": {
"type": "array",
"description": "Questionnaire question answer pairs for satisfaction survey response.",
"items": {
"$ref": "#/components/schemas/questionAnswerPair_81454aeb7e4310002c0d7dcb08ee0000"
},
"x-workday-type": "Multi-instance"
},
"questionnaire": {
"$ref": "#/components/schemas/questionnaire_81454aeb7e43100029f9aef236c20001"
}
}
}
]
}
caseSolverDisplayOverridesForTimeline_4623ea13f444100013c1f71617180000
{
"allOf": [
{
"type": "object",
"properties": {
"submittedByDisplayName": {
"type": "string",
"description": "The display name of the worker who submitted the timeline item.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"hideSubmittedByProfileLink": {
"type": "boolean",
"description": "The configuration setting you can use to hide the profile link for the person who submitted the timeline item.",
"example": true,
"x-workday-type": "Boolean"
},
"hideSubmittedByProfilePicture": {
"type": "boolean",
"description": "The configuration setting you can use to hide the profile picture for the person who submitted the timeline item.",
"example": true,
"x-workday-type": "Boolean"
}
}
}
]
}
surveyResponseScore_7bff48222739100026e4d635293e0000
{
"allOf": [
{
"type": "object",
"properties": {
"number": {
"type": "integer",
"description": "Score for the case satisfaction survey response.",
"format": "int32",
"example": 999999,
"x-workday-type": "Numeric"
},
"description": {
"type": "string",
"description": "Description of the case satisfaction survey response score.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
}
}
}
]
}
profilePicture_6f17b6d3aa8510001e48fe3433f90424
{
"description": "Returns the photo for the \\~worker\\~.",
"allOf": [
{
"$ref": "#/components/schemas/caseActorImage_f5af78b2311610000e722633e2ef011e"
},
{
"type": "object"
}
]
}
teamMemberConfidential_bc753f35be0b100011950be7fcda0000
{
"allOf": [
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "\\~Worker\\~ Full Name.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"confidentialAccess": {
"type": "boolean",
"description": "\\~Worker\\~ has access to confidential \\~cases\\~.",
"example": true,
"x-workday-type": "Boolean"
},
"profilePicture": {
"$ref": "#/components/schemas/profilePicture_6f17b6d3aa8510001e48fe3433f90424"
},
"href": {
"type": "string",
"description": "A link to the instance"
},
"id": {
"type": "string",
"description": "The id for Worker"
}
}
}
]
}
caseTimelineItemType_64d4026de2f81000152b515622600000
{
"allOf": [
{
"type": "object",
"properties": {
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"example": "Lorem ipsum dolor sit ame"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
action_ea4ddbcedee710001027e83559880000
{
"allOf": [
{
"type": "object",
"properties": {
"text": {
"type": "string",
"description": "\\~Case\\~ Action Text.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
caseUITaskDetails_28994a71316f100028434d9157110000
{
"allOf": [
{
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "Returns the fully qualified URL for the given Task",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"example": "Lorem ipsum dolor sit ame"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
contentType_51e444d430be10001f2d7b2d29430043
{
"description": "Content type of the attachment",
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{
"type": "object"
}
]
}
caseAttachment_51e444d430be10001f2d7b192137003f
{
"allOf": [
{
"type": "object",
"properties": {
"file": {
"type": "string",
"description": "For RaaS Only (Reports used as Web Services). Returns the raw Base64 data for an attachment or image.",
"format": "binary",
"x-workday-type": "File"
},
"fileName": {
"maxLength": 255,
"type": "string",
"description": "File name of the attachment",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"contentType": {
"$ref": "#/components/schemas/contentType_51e444d430be10001f2d7b2d29430043"
},
"fileLength": {
"type": "integer",
"description": "File length of the attachment",
"format": "int32",
"example": 99999999999,
"x-workday-type": "Numeric"
},
"id": {
"type": "string",
"description": "The id for Case Attachment"
}
}
}
]
}
attachments_08f9349211bf1000249fabb0b2900001
{
"allOf": [
{
"$ref": "#/components/schemas/caseAttachmentDetails_7eff10179e351000223786abf14a14a9"
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The id for Case Attachment (Derived)"
}
}
}
]
}
person_ea8cdb4b09221000085a6abfb71f0001
{
"description": "Person for \\~Worker\\~",
"allOf": [
{
"$ref": "#/components/schemas/INSTANCE_MODEL_REFERENCE"
},
{
"type": "object"
}
]
}
worker_ea8cdb4b09221000085a6abfb71f0000
{
"allOf": [
{
"type": "object",
"properties": {
"person": {
"$ref": "#/components/schemas/person_ea8cdb4b09221000085a6abfb71f0001"
},
"descriptor": {
"type": "string",
"description": "The display name of the instance",
"example": "Lorem ipsum dolor sit ame"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
caseNoteDetails_629ab2a79512100012339fcc11120000
{
"allOf": [
{
"type": "object",
"properties": {
"lastUpdatedMoment": {
"type": "string",
"description": "The last updated moment of the note, formatted to include the year, month, day, hour and minute. The date format depends on the processing user's locale and uses the user's timezone.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"textBody": {
"type": "string",
"description": "The note text",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"aiGenerated": {
"type": "boolean",
"description": "The Case Note is Ai Generated or Not",
"example": true,
"x-workday-type": "Boolean",
"x-workday-confidence-level": "Production"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
serviceCategoryInCaseType_8a07438c70c010002dd32fae8fd70000
{
"allOf": [
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The name of the service category.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"description": {
"type": "string",
"description": "The description of the service category.",
"example": "Lorem ipsum dolor sit amet, cum choro singulis consectetuer ut, ubique iisque contentiones ex duo. Quo lorem etiam eu.",
"x-workday-type": "Text"
},
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
caseLabels_da54bcb3757f1000168c89b9bb290000
{
"allOf": [
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}
editCaseSubstatus_f3388c58f3c210001c13aee61cf50000
{
"allOf": [
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Workday Id or Reference Id of the instance."
}
}
}
]
}