Get all journey tasks
get
                    /hcmRestApi/resources/11.13.18.05/workerJourneyTasks
Request
Query Parameters
                    - 
                            effectiveDate: string
                            
                            This query parameter is used to fetch resources which are effective dated as of the specified start date. The value of this query parameter is a string having a date in yyyy-MM-dd format
 - 
                            expand: string
                            
                            When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
 - 
                            fields: string
                            
                            This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 - 
                            finder: string
                            
                            Used as a predefined finder to search the collection.
Format ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
The following are the available finder names and corresponding finder variables- PrimaryKey Finds all journey tasks that match the primary key specified. 
Finder Variables- WorkerJourneyTaskId; integer; Unique identifier of the journey task.
 
 - findTasksForOthersJourney Finds all tasks assigned to the current signed in user where the journey assignee isn't the signed in user. 
Finder Variables- CategoryFilter; string; Attribute to filter journey tasks assigned to workers other than the current signed in user by category.
 - Facets; string; Facet names to group search results for journey tasks assigned to workers other than the current signed in user.
 - RequiredFilter; string; Attribute to filter required journey tasks assigned to workers other than the current signed in user.
 - SearchTerms; string; Search criteria to find journey tasks assigned to workers other than the current signed in user.
 - StatusFilter; string; Attribute to filter journey tasks assigned to workers other than the current signed in user by status.
 - SysEffectiveDate; object;
 
 - findTasksForSelf Finds all tasks assigned to the current signed in user. 
Finder Variables- CategoryFilter; string; Attribute to filter journey tasks assigned to self and others by category.
 - Facets; string; Facet names to group search results for journey tasks assigned to self and others.
 - RequiredFilter; string; Attribute to filter required journey tasks assigned to self and others.
 - SearchTerms; string; Search criteria to find journey tasks assigned to self and others.
 - StatusFilter; string; Attribute to filter journey tasks assigned to self and others by status.
 - SubCategoryFilter; string; Filter attribute to retrieve journeys based on subcategory.
 - SysEffectiveDate; object;
 
 - findTasksForSelfJourney Finds all tasks assigned to the current signed in user where the journey assignee is also the signed in user. 
Finder Variables 
 - PrimaryKey Finds all journey tasks that match the primary key specified. 
 - 
                            limit: integer
                            
                            This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
 - 
                            links: string
                            
                            This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical - 
                            offset: integer
                            
                            Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
 - 
                            onlyData: boolean
                            
                            The resource item payload will be filtered in order to contain only data (no links section, for example).
 - 
                            orderBy: string
                            
                            This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
 - 
                            q: string
                            
                            This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY
Format: ?q=expression1;expression2
You can use these queryable attributes to filter this collection resource using the q query parameter:- JourneyCategory; string; Category of the journey.
 - JourneyCode; string; Code for the journey template.
 - JourneyInstance; string; Instance of the journey.
 - JourneyName; string; Name of the journey.
 - JourneyPersonId; integer; Unique person identifier of the journey assignee.
 - LearningContentTypeMeaning; string; Meaning of the learning content type.
 - Name; string; Name of the task.
 - ParentWorkerJourneyId; integer; Identifier of the parent enterprise onboarding checklist. Not applicable for other checklist categories.
 - RequiredFlag; boolean; Indicates whether the task is mandatory or optional. Valid values are Yes and No. The default value is No.
 - SignerAuthentication; string; Authentication password of the signer in an electronic signature task.
 - Status; string; Status code of the task.
 - TargetEndDate; string; Due date of the task.
 - VideoTypeMeaning; string; Meaning of video type.
 - WorkerJourneyId; integer; Unique identifier of the journey.
 - WorkerJourneyTaskId; integer; Unique identifier of the journey task.
 
 - 
                            totalResults: boolean
                            
                            The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
 
Header Parameters
                    - 
                            Effective-Of: string 
                            
                            This header accepts a string value. The string is a semi-colon separated list of
= . It is used to perform effective date range operations. The accepted parameters are RangeMode, RangeSpan, RangeStartDate, RangeEndDate, RangeStartSequence and RangeEndSequence. The parameter values are always strings. The possible values for RangeMode are SET_LOGICAL_START, SET_LOGICAL_END, END_DATE, SET_EFFECTIVE_START, SET_EFFECTIVE_END, REPLACE_CORRECTION, REPLACE_UPDATE, RECONCILE_CORRECTION, CORRECTION, RECONCILE_UPDATE, UPDATE, ZAP and DELETE_CHANGES. The possible values for RangeSpan are PHYSICAL_ROW_END_DATE and LOGICAL_ROW_END_DATE. The values for RangeStartDate and RangeEndDate have to be a string representation of a date in yyyy-MM-dd format. The value for RangeStartSequence and RangeEndSequence must be strings such that when parsed they yield positive integers.  - 
                            Metadata-Context: string 
                            
                            If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
 - 
                            REST-Framework-Version: string 
                            
                            The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
 
There's no request body for this operation.
Back to TopResponse
Supported Media Types
                - application/json
 
Default Response
The following table describes the default response for this task.
                            
                                Headers
                                - 
                                        Metadata-Context: 
                                        
                                        If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
 - 
                                        REST-Framework-Version: 
                                        
                                        The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
 
Root Schema : workerJourneyTasks
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    count(required): integer
                    
                    
                     
                    
                
                
                The number of resource instances returned in the current range.
 - 
                
                    
                    hasMore(required): boolean
                    
                    
                     
                    
                
                
                Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
 - 
                
                    
                    items: array
                    
                    
                
                
                    Items
                
                
                Title:
ItemsThe items in the collection. - 
                
                    
                    limit(required): integer
                    
                    
                     
                    
                
                
                The actual paging size used by the server.
 - 
                
                    
                    links(required): array
                    
                    
                
                
                    Links
                
                
                Title:
LinksThe link relations associated with the resource instance. - 
                
                    
                    offset(required): integer
                    
                    
                     
                    
                
                
                The offset value used in the current page.
 - 
                
                    
                    totalResults: integer
                    
                    
                     
                    
                
                
                The estimated row count when "?totalResults=true", otherwise the count is not included.
 
Nested Schema : Links
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    LinksThe link relations associated with the resource instance.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : workerJourneyTasks-item-response
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    AccessActivity: string
                    
                    
                     
                    
                
                
                Title:
Access TaskRead Only:trueSetting that determines if the signed in user can access the task. - 
                
                    
                    AccessAttachments: string
                    
                    
                     
                    
                
                
                Title:
Access AttachmentsRead Only:trueSetting that determines if the signed in user can access the task attachments. - 
                
                    
                    AccessComments: string
                    
                    
                     
                    
                
                
                Title:
Access CommentsRead Only:trueSetting that determines if the signed in user can access the task comments. - 
                
                    
                    AccessContact: string
                    
                    
                     
                    
                
                
                Title:
Access Contact InformationRead Only:trueSetting that determines if the signed in user can access the task contact details. - 
                
                    
                    AccessGuidedJourney: string
                    
                    
                     
                    
                
                
                Read Only:
trueSetting that determines if the signed in user can access the guided journey. - 
                
                    
                    AccessNotes: string
                    
                    
                     
                    
                
                
                Title:
Access NotesRead Only:trueSetting that determines if the signed in user can access the task notes. - 
                
                    
                    ActionAddToCalendar: string
                    
                    
                     
                    
                
                
                Read Only:
trueSetting that determines if the signed in user can add the task to calendar. - 
                
                    
                    ActionAddToCalendarLabel: string
                    
                    
                     
                    
                
                
                Maximum Length:
120Setting that enables to change the label of the add to calendar action. - 
                
                    
                    ActionComplete: string
                    
                    
                     
                    
                
                
                Title:
Mark as CompleteRead Only:trueSetting that determines if the signed in user can mark the task as complete. - 
                
                    
                    ActionCompleteLabel: string
                    
                    
                     
                    
                
                
                Maximum Length:
120Setting that enables to change the label of the complete action. - 
                
                    
                    ActionEdit: string
                    
                    
                     
                    
                
                
                Title:
EditRead Only:trueSetting that determines if the signed in user can edit the task. - 
                
                    
                    ActionEditDueDate: string
                    
                    
                     
                    
                
                
                Title:
Edit Due DateRead Only:trueSetting that determines if the signed in user can edit the due date of the task. - 
                
                    
                    ActionReassign: string
                    
                    
                     
                    
                
                
                Title:
ReassignRead Only:trueSetting that determines if the signed in user can reassign the task. - 
                
                    
                    ActionReject: string
                    
                    
                     
                    
                
                
                Title:
Mark as Not ApplicableRead Only:trueSetting that determines if the signed in user can mark the task as not applicable. - 
                
                    
                    ActionRejectLabel: string
                    
                    
                     
                    
                
                
                Maximum Length:
120Setting that enables to change the label of the not applicable action. - 
                
                    
                    ActionRemove: string
                    
                    
                     
                    
                
                
                Title:
RemoveRead Only:trueSetting that determines if the signed in user can remove the task. - 
                
                    
                    ActionReopen: string
                    
                    
                     
                    
                
                
                Title:
ReopenRead Only:trueSetting that determines if the signed in user can reopen a completed task. - 
                
                    
                    ActionSave: string
                    
                    
                     
                    
                
                
                Read Only:
trueSetting that determines if the signed in user can save an incomplete task. - 
                
                    
                    ActionSaveLabel: string
                    
                    
                     
                    
                
                
                Maximum Length:
120Setting that enables to change the label of the save as draft action. - 
                
                    
                    ActionURL: string
                    
                    
                     
                    
                
                
                Title:
URLMaximum Length:1000URL associated with the task. This task URL is returned as entered during setup. - 
                
                    
                    ActivityAction1Label: string
                    
                    
                     
                    
                
                
                Maximum Length:
120Setting that enables to change the label of action 1. - 
                
                    
                    ActivityAction2Label: string
                    
                    
                     
                    
                
                
                Maximum Length:
120Setting that enables to change the label of action 2. - 
                
                    
                    ActivityAction3Label: string
                    
                    
                     
                    
                
                
                Maximum Length:
120Setting that enables to change the label of action 3. - 
                
                    
                    ActivityAction4Label: string
                    
                    
                     
                    
                
                
                Maximum Length:
120Setting that enables to change the label of action 4. - 
                
                    
                    ActivityAction5Label: string
                    
                    
                     
                    
                
                
                Maximum Length:
120Setting that enables to change the label of action 5. - 
                
                    
                    ActualEndDate: string
                    
                    
                     (date) 
                    
                
                
                Title:
Actual End DateDate on which the task was completed. - 
                
                    
                    ActualStartDate: string
                    
                    
                     (date) 
                    
                
                
                Title:
Actual Start DateDate on which the task was opened. - 
                
                    
                    AddAttachmentsToDORFlag: boolean
                    
                    
                     
                    
                
                
                Setting that determines if attachments can be stored in Document Records.
 - 
                
                    
                    AddToCalendar: string
                    
                    
                     (byte) 
                    
                
                
                Read Only:
trueOption to add task to calendar. - 
                
                    
                    AllowAttachmentFlag: boolean
                    
                    
                     
                    
                
                
                Title:
Allow AttachmentsIndicates whether attachments are enabled for a task. Valid values are Yes or No. The default value is No. - 
                
                    
                    AllowCommentFlag: boolean
                    
                    
                     
                    
                
                
                Title:
Allow CommentsIndicates whether comments are enabled for a task. Valid values are Yes or No. The default value is No. - 
                
                    
                    AllowNotesContentFlag: boolean
                    
                    
                     
                    
                
                
                Indicates whether rich content can be added for notes. Valid values are Yes or No. The default is Yes.
 - 
                
                    
                    AllowNoteTitleFlag: boolean
                    
                    
                     
                    
                
                
                Title:
Enable Notes TitleRead Only:trueIndicates whether the Notes title is hidden or not. Valid values are Yes and No. The default value is No. - 
                
                    
                    AnalysisParameters: string
                    
                    
                     
                    
                
                
                Read Only:
trueMaximum Length:4000Parameters associated with an analytics task type. - 
                
                    
                    AnalysisPath: string
                    
                    
                     
                    
                
                
                Read Only:
trueMaximum Length:1000OTBI analysis path for an analytics task type. - 
                
                    
                    AnalyticsSubType: string
                    
                    
                     
                    
                
                
                Read Only:
trueMaximum Length:80Subtype of analytics task type. - 
                
                    
                    ApplicationTaskName: string
                    
                    
                     
                    
                
                
                Title:
Application TaskRead Only:trueApplication task name. - 
                
                    
                    AttachmentDocumentTypeId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Document Type for AttachmentsAttachments to add to document records for the given document type. - 
                
                    
                    attachments: array
                    
                    
                
                
                    Candidate Attachments
                
                
                Title:
Candidate AttachmentsThe InternalAttachments resource provides information about files attached by the recruiting team. - 
                
                    
                    AuthenticationFormat: string
                    
                    
                     
                    
                
                
                Read Only:
truePassword authentication format of an electronic signature task. - 
                
                    
                    AuthenticationInstructionText: string
                    
                    
                     
                    
                
                
                Read Only:
trueInstruction text used in the password authentication of an electronic signature task. - 
                
                    
                    Comments: string
                    
                    
                     
                    
                
                
                Title:
CommentsMaximum Length:4000Comments for the task. - 
                
                    
                    CompletedByDisplayName: string
                    
                    
                     
                    
                
                
                Title:
Completed by Person NameRead Only:trueDisplay name of the person who completed the task. - 
                
                    
                    CompletedByPersonId: integer
                    
                    
                     
                    
                
                
                Title:
Completed by Person IDRead Only:truePerson identifier of the person who completed the task - 
                
                    
                    CompletedFeedFlag: boolean
                    
                    
                     
                    
                
                
                Indicates whether the atom feed is enabled when a journey task is completed.
 - 
                
                    
                    CompletionDate: string
                    
                    
                     (date) 
                    
                
                
                Title:
Completed OnRead Only:trueDate on which the task was completed. - 
                
                    
                    ConfigurableFormContext: string
                    
                    
                     
                    
                
                
                Title:
Configurable FormRead Only:trueMaximum Length:80Flexfield context code for configurable form task type. - 
                
                    
                    ContentProviderCode: string
                    
                    
                     
                    
                
                
                Maximum Length:
240Code of the user-defined content task. - 
                
                    
                    CreatedBy: string
                    
                    
                     
                    
                
                
                Read Only:
trueMaximum Length:64User who created the journey task. - 
                
                    
                    CreationDate: string
                    
                    
                     (date-time) 
                    
                
                
                Read Only:
trueDate on which the journey task was created. - 
                
                    
                    DeferredStartDate: string
                    
                    
                     (date) 
                    
                
                
                Title:
Deferred Task Start DateRead Only:trueDeferred start date for a deferred task. - 
                
                    
                    DeletedFeedFlag: boolean
                    
                    
                     
                    
                
                
                Indicates whether the atom feed is enabled when a journey task is deleted.
 - 
                
                    
                    DependentTaskId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Preceding Task IDRead Only:trueUnique identifier of the dependent task. - 
                
                    
                    DependentTaskName: string
                    
                    
                     
                    
                
                
                Title:
Preceding TaskRead Only:trueMaximum Length:240Name of the dependent task. - 
                
                    
                    Description: string
                    
                    
                     
                    
                
                
                Title:
DescriptionMaximum Length:4000Description of the task. - 
                
                    
                    DisplayOptions: string
                    
                    
                     
                    
                
                
                Read Only:
trueMaximum Length:4000Type of OTBI analysis. - 
                
                    
                    documents: array
                    
                    
                
                
                    Candidate Attachments
                
                
                Title:
Candidate AttachmentsThe InternalAttachments resource provides information about files attached by the recruiting team. - 
                
                    
                    DocumentTypeId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Document Type IdentifierIdentifier of the document type. - 
                
                    
                    DocumentTypeName: string
                    
                    
                     
                    
                
                
                Title:
Document TypeRead Only:trueMaximum Length:80Name of the document type. - 
                
                    
                    EmbeddedApplicationTaskCode: string
                    
                    
                     
                    
                
                
                Read Only:
trueMaximum Length:240Code of the embedded application task. - 
                
                    
                    EmbeddedApplicationTaskTypeId: integer
                    
                    
                     (int64) 
                    
                
                
                Read Only:
trueUnique identifier of the embedded application task. - 
                
                    
                    EnableEmailFlag: boolean
                    
                    
                     
                    
                
                
                Read Only:
trueIndicates whether the email field is enabled for a native electronic signature journey task. - 
                
                    
                    EnableExpiryFlag: boolean
                    
                    
                     
                    
                
                
                Maximum Length:
4Indicates whether the task should expire. Valid values are Yes and No. The default value is No. - 
                
                    
                    EnableSignatureFlag: boolean
                    
                    
                     
                    
                
                
                Read Only:
trueIndicates whether the signature field is enabled for a native electronic signature journey task. - 
                
                    
                    ErrorDetails: string
                    
                    
                     
                    
                
                
                Read Only:
trueError details, if any, for the task. - 
                
                    
                    ErrorMessage: string
                    
                    
                     
                    
                
                
                Read Only:
trueError message, if any, for the task. - 
                
                    
                    ErrorType: string
                    
                    
                     
                    
                
                
                Read Only:
trueError type, if any, for the task. - 
                
                    
                    ExpiryDate: string
                    
                    
                     (date) 
                    
                
                
                Date on which the journey task expires.
 - 
                
                    
                    ExpiryDuration: integer
                    
                    
                     (int32) 
                    
                
                
                Title:
Expiry DaysDuration after which the task expires. - 
                
                    
                    ExpiryRelativeTo: string
                    
                    
                     
                    
                
                
                Maximum Length:
30Criteria based on which the task expires. - 
                
                    
                    ExpiryRelativeToMeaning: string
                    
                    
                     
                    
                
                
                Title:
MeaningRead Only:trueMaximum Length:80Meaning of the criteria based on which the task expires. - 
                
                    
                    FeedFlag: boolean
                    
                    
                     
                    
                
                
                Indicates whether the atom feed is enabled for a journey task.
 - 
                
                    
                    GuidedJourneyCode: string
                    
                    
                     
                    
                
                
                Maximum Length:
240Code of the guided journey. - 
                
                    
                    GuidedJourneyTaskCodes: string
                    
                    
                     
                    
                
                
                Maximum Length:
4000Code of the guided journey task. - 
                
                    
                    InitiatedFeedFlag: boolean
                    
                    
                     
                    
                
                
                Indicates whether the atom feed is enabled when a journey task is initiated.
 - 
                
                    
                    JourneyActionDate: string
                    
                    
                     (date) 
                    
                
                
                Title:
Action DateRead Only:trueDate on which the journey action occurs. - 
                
                    
                    JourneyAssignmentId: integer
                    
                    
                     (int64) 
                    
                
                
                Read Only:
trueUnique assignment identifier of the journey assignee. - 
                
                    
                    JourneyCategory: string
                    
                    
                     
                    
                
                
                Title:
Category CodeRead Only:trueMaximum Length:60Category of the journey. - 
                
                    
                    JourneyCode: string
                    
                    
                     
                    
                
                
                Read Only:
trueMaximum Length:240Code for the journey template. - 
                
                    
                    JourneyInstance: string
                    
                    
                     
                    
                
                
                Title:
InstanceRead Only:trueMaximum Length:255Instance of the journey. - 
                
                    
                    JourneyName: string
                    
                    
                     
                    
                
                
                Title:
Journey NameRead Only:trueMaximum Length:255Name of the journey. - 
                
                    
                    JourneyPersonId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Person IDRead Only:trueUnique person identifier of the journey assignee. - 
                
                    
                    JourneyPersonName: string
                    
                    
                     
                    
                
                
                Title:
Person NameRead Only:trueMaximum Length:240Display name of the journey assignee. - 
                
                    
                    JourneyPersonNumber: string
                    
                    
                     
                    
                
                
                Title:
Person NumberRead Only:trueMaximum Length:255Person number of the journey assignee. - 
                
                    
                    JourneySubCategory: string
                    
                    
                     
                    
                
                
                Read Only:
trueMaximum Length:60Subcategory of the worker journey. - 
                
                    
                    JourneySubCategoryMeaning: string
                    
                    
                     
                    
                
                
                Title:
MeaningRead Only:trueMaximum Length:80Subcategory meaning of the worker journey. - 
                
                    
                    LastUpdateDate: string
                    
                    
                     (date-time) 
                    
                
                
                Read Only:
trueDate on which the task was updated. - 
                
                    
                    LastUpdatedBy: string
                    
                    
                     
                    
                
                
                Read Only:
trueMaximum Length:64User who last updated the task. - 
                
                    
                    LearnCommunityId: integer
                    
                    
                     (int64) 
                    
                
                
                Identifier of the learning community.
 - 
                
                    
                    LearnEnrollmentId: integer
                    
                    
                     (int64) 
                    
                
                
                Identifier of the learning enrollment.
 - 
                
                    
                    LearnEnrollmentType: string
                    
                    
                     
                    
                
                
                Maximum Length:
80Type of learning enrollment. - 
                
                    
                    LearningContentType: string
                    
                    
                     
                    
                
                
                Read Only:
trueMaximum Length:80Type of learning content. - 
                
                    
                    LearningContentTypeMeaning: string
                    
                    
                     
                    
                
                
                Read Only:
trueMeaning of the learning content type. - 
                
                    
                    LearningItemId: integer
                    
                    
                     (int64) 
                    
                
                
                Read Only:
trueUnique identifier of the learning item. - 
                
                    
                    learningItems: array
                    
                    
                
                
                    Learning Content Items List of Values
                
                
                Title:
Learning Content Items List of ValuesThe learningContentItemsLOV resource provides a list of learning content items such as SCORM, HACP, PDF, video, assessment, and web link. - 
                
                    
                    links: array
                    
                    
                
                
                    Links
                
                
                Title:
LinksThe link relations associated with the resource instance. - 
                
                    
                    Name: string
                    
                    
                     
                    
                
                
                Title:
NameMaximum Length:240Name of the task. - 
                
                    
                    Notes: string
                    
                    
                     (byte) 
                    
                
                
                Title:
NotesNotes for a task. The notes text is stored as a CLOB object. To use in the payload, the text should be converted to a base64 encoded string using either a conversion tool or a prerequisite script. - 
                
                    
                    NoteTitle: string
                    
                    
                     
                    
                
                
                Title:
Notes TitleRead Only:trueMaximum Length:150Title of the Notes section in the task. - 
                
                    
                    notifications: array
                    
                    
                
                
                    Notifications
                
                
                Title:
NotificationsThe notifications resource is a child of the tasks resource. It includes notification settings for the task performer and owner. - 
                
                    
                    ObjectReferenceId: integer
                    
                    
                     (int64) 
                    
                
                
                Read Only:
trueReference identifier of the journey template object. - 
                
                    
                    OpenInSamePageFlag: boolean
                    
                    
                     
                    
                
                
                Read Only:
trueIndicates whether the external URL should open in the existing page or a new page. Valid values are Yes and No. The default value is No. - 
                
                    
                    OpenReportInSamePageFlag: boolean
                    
                    
                     
                    
                
                
                Read Only:
trueIndicates whether the report should open in the same page is enabled for native electronic signature or report journey task. - 
                
                    
                    OwnerName: string
                    
                    
                     
                    
                
                
                Title:
Owner NameRead Only:trueTask owner name. Displays person name if there is a single task owner else displays responsibility type name. - 
                
                    
                    OwnerPersonId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Owner Person IDRead Only:truePerson identifier of the task owner. Available only in case of single owner. - 
                
                    
                    OwnerType: string
                    
                    
                     
                    
                
                
                Title:
Owner TypeRead Only:trueMaximum Length:30Task owner type. - 
                
                    
                    OwnerTypeMeaning: string
                    
                    
                     
                    
                
                
                Title:
OwnerRead Only:trueTask owner type meaning. - 
                
                    
                    OwnerWorkEmailAddress: string
                    
                    
                     
                    
                
                
                Title:
EmailRead Only:trueMaximum Length:240Work email of the owner. - 
                
                    
                    ParentWorkerJourneyId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Worker Journey IDRead Only:trueIdentifier of the parent enterprise onboarding checklist. Not applicable for other checklist categories. - 
                
                    
                    PerformerName: string
                    
                    
                     
                    
                
                
                Title:
Performer NameRead Only:trueName of the performer. In case of single performer returns the performer person display name else return responsibility type name. - 
                
                    
                    PerformerPersonId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Performer Person IDRead Only:truePerson identifier of the task performer. Available only in case of single performer. - 
                
                    
                    PerformerType: string
                    
                    
                     
                    
                
                
                Title:
Performer TypeRead Only:trueTask performer type. - 
                
                    
                    PerformerTypeMeaning: string
                    
                    
                     
                    
                
                
                Title:
PerformerRead Only:trueTask performer type meaning. - 
                
                    
                    properties: array
                    
                    
                
                
                    Properties
                
                
                Title:
PropertiesThe properties resource is a child of the tasks resource. It includes display property settings for a task. - 
                
                    
                    QuestionnaireId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
QuestionnaireRead Only:trueUnique identifier of a questionnaire. - 
                
                    
                    QuestionnaireName: string
                    
                    
                     
                    
                
                
                Title:
NameRead Only:trueMaximum Length:240Name of the questionnaire. - 
                
                    
                    questionnaireResponses: array
                    
                    
                
                
                    Questionnaire Responses
                
                
                Title:
Questionnaire ResponsesThe questionnaireResponses resource includes the details of the attempts made by a participant when responding to a questionnaire. - 
                
                    
                    ReassignedFeedFlag: boolean
                    
                    
                     
                    
                
                
                Indicates whether the atom feed is enabled when a journey task is reassigned.
 - 
                
                    
                    ReminderDuration: string
                    
                    
                     
                    
                
                
                Title:
Reminder DurationMaximum Length:30Duration of the task reminder, that's number of days between reminders. - 
                
                    
                    ReminderRecurrence: string
                    
                    
                     
                    
                
                
                Title:
Reminder RecurrenceMaximum Length:30Reminder for task recurrence, such as the number of times the reminders need to be sent. - 
                
                    
                    ReminderRelativeTo: string
                    
                    
                     
                    
                
                
                Title:
Enable ReminderMaximum Length:30Task reminder that's relative either to due date or start date. - 
                
                    
                    ReportPath: string
                    
                    
                     
                    
                
                
                Title:
Report PathRead Only:trueMaximum Length:1000Path to the report in BI Catalog - 
                
                    
                    RequiredFlag: boolean
                    
                    
                     
                    
                
                
                Title:
RequiredMaximum Length:30Indicates whether the task is mandatory or optional. Valid values are Yes and No. The default value is No. - 
                
                    
                    SaveAttachmentsToDORFor: string
                    
                    
                     
                    
                
                
                Task attachment to save to document records.
 - 
                
                    
                    SaveAttachmentsToDORForMeaning: string
                    
                    
                     
                    
                
                
                Read Only:
trueMeaning of save attachments to document records. - 
                
                    
                    SaveDocumentsToDORFor: string
                    
                    
                     
                    
                
                
                Read Only:
trueAttachments to add to document records for a document type. - 
                
                    
                    SaveDocumentsToDORForMeaning: string
                    
                    
                     
                    
                
                
                Read Only:
trueMeaning of add attachments to document record. - 
                
                    
                    Sequence: integer
                    
                    
                     (int32) 
                    
                
                
                Title:
SequenceTask display ordering sequence, if specified. - 
                
                    
                    SignAddress: string
                    
                    
                     
                    
                
                
                Title:
IP Address of SignatureMaximum Length:120Internet protocol address where the electronic signature was provided. - 
                
                    
                    SignatureImageData: string
                    
                    
                     (byte) 
                    
                
                
                Signature of the user in a native electronic signature task.
 - 
                
                    
                    SignatureNameValidation: string
                    
                    
                     
                    
                
                
                Read Only:
trueValidation type for name in native electronic signature. - 
                
                    
                    SignatureValidationMode: string
                    
                    
                     
                    
                
                
                Read Only:
trueValidation option for an electronic signature. - 
                
                    
                    SignDate: string
                    
                    
                     (date) 
                    
                
                
                Title:
Date of SignatureRead Only:trueDate on which the electronic signature was provided for an electronic signature task. - 
                
                    
                    SignerAuthentication: string
                    
                    
                     
                    
                
                
                Authentication password of the signer in an electronic signature task.
 - 
                
                    
                    SignerEmail: string
                    
                    
                     
                    
                
                
                Title:
Email of SignerMaximum Length:400Email address of the signer for an electronic signature task. - 
                
                    
                    SignerName: string
                    
                    
                     
                    
                
                
                Title:
Name of SignerMaximum Length:120Name of the signer for an electronic signature task. - 
                
                    
                    Status: string
                    
                    
                     
                    
                
                
                Title:
Status CodeMaximum Length:60Status code of the task. - 
                
                    
                    StatusCategory: string
                    
                    
                     
                    
                
                
                Title:
Status CategoryRead Only:trueMaximum Length:80Category of the task status. - 
                
                    
                    StatusMeaning: string
                    
                    
                     
                    
                
                
                Title:
StatusRead Only:trueMaximum Length:80Status of the task. - 
                
                    
                    SubType: string
                    
                    
                     
                    
                
                
                Title:
Subtype CodeRead Only:trueMaximum Length:30Task action subtype code. Available only for I 9 and Electronic Signature task types. - 
                
                    
                    SubTypeMeaning: string
                    
                    
                     
                    
                
                
                Title:
SubtypeRead Only:trueTask action subtype. Available only for I 9 and Electronic Signature task types. - 
                
                    
                    TargetEndDate: string
                    
                    
                     (date) 
                    
                
                
                Title:
Target End DateDue date of the task. - 
                
                    
                    TargetStartDate: string
                    
                    
                     (date) 
                    
                
                
                Title:
Target Start DateExpected initiation date of the task. - 
                
                    
                    TaskCompletionEnabledFlag: boolean
                    
                    
                     
                    
                
                
                Indicates if the task can be completed.
 - 
                
                    
                    tasksDFF: array
                    
                    
                
                
                    tasksDFF
                
                
                
 - 
                
                    
                    Type: string
                    
                    
                     
                    
                
                
                Title:
Type CodeMaximum Length:80Code for the task action type. - 
                
                    
                    TypeMeaning: string
                    
                    
                     
                    
                
                
                Title:
TypeRead Only:trueMaximum Length:80Task action type. - 
                
                    
                    VideoType: string
                    
                    
                     
                    
                
                
                Read Only:
trueMaximum Length:80Type of video. - 
                
                    
                    VideoTypeMeaning: string
                    
                    
                     
                    
                
                
                Read Only:
trueMeaning of video type. - 
                
                    
                    VideoURL: string
                    
                    
                     
                    
                
                
                Read Only:
trueMaximum Length:1000URL of the video. - 
                
                    
                    WorkAuthorizationProgressStatus: string
                    
                    
                     
                    
                
                
                Read Only:
trueI 9 progress status code that displays if the I 9 process is completed. - 
                
                    
                    WorkAuthorizationProgressStatusMeaning: string
                    
                    
                     
                    
                
                
                Read Only:
trueI 9 progress status that displays if the I 9 process is completed. - 
                
                    
                    WorkAuthorizationVerificationStatus: string
                    
                    
                     
                    
                
                
                Read Only:
trueI 9 verification status code. - 
                
                    
                    WorkAuthorizationVerificationStatusMeaning: string
                    
                    
                     
                    
                
                
                Read Only:
trueI 9 verification status. - 
                
                    
                    WorkerJourneyId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Worker Journey IDRead Only:trueUnique identifier of the journey. - 
                
                    
                    WorkerJourneyTaskId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Journey Task IDRead Only:trueUnique identifier of the journey task. 
Nested Schema : Candidate Attachments
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Candidate AttachmentsThe InternalAttachments resource provides information about files attached by the recruiting team.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : Candidate Attachments
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Candidate AttachmentsThe InternalAttachments resource provides information about files attached by the recruiting team.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : Learning Content Items List of Values
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Learning Content Items List of ValuesThe learningContentItemsLOV resource provides a list of learning content items such as SCORM, HACP, PDF, video, assessment, and web link.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : Links
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    LinksThe link relations associated with the resource instance.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : Notifications
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    NotificationsThe notifications resource is a child of the tasks resource. It includes notification settings for the task performer and owner.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : Properties
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    PropertiesThe properties resource is a child of the tasks resource. It includes display property settings for a task.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : Questionnaire Responses
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Questionnaire ResponsesThe questionnaireResponses resource includes the details of the attempts made by a participant when responding to a questionnaire.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : workerJourneyTasks-attachments-item-response
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    AsyncTrackerId: string
                    
                    
                     
                    
                
                
                Title:
Asynchronous Upload Tracker IdAttribute provided for the exclusive use by the Attachment UI components to assist in uploading files. - 
                
                    
                    AttachedDocumentId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Attached Document IdUnique identifier of the attachment. System generated primary key. - 
                
                    
                    CategoryName: string
                    
                    
                     
                    
                
                
                Title:
CategoryMaximum Length:30Category of the attachment. - ContentRepositoryFileShared: boolean
 - 
                
                    
                    CreatedBy: string
                    
                    
                     
                    
                
                
                Title:
Created ByRead Only:trueMaximum Length:255User who created the attachment. - 
                
                    
                    CreatedByUserName: string
                    
                    
                     
                    
                
                
                Title:
Created By User NameRead Only:trueName of the user who created the attachment. - 
                
                    
                    CreationDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Creation DateRead Only:trueDate and time when the attachment record was created. - 
                
                    
                    DatatypeCode: string
                    
                    
                     
                    
                
                
                Title:
TypeMaximum Length:30Default Value:FILEValue that indicates data type code of attachment. - 
                
                    
                    Description: string
                    
                    
                     
                    
                
                
                Title:
DescriptionMaximum Length:255Description of the attachment. - 
                
                    
                    DmDocumentId: string
                    
                    
                     
                    
                
                
                Maximum Length:
255Unique identifier of the attachment. - 
                
                    
                    DmFolderPath: string
                    
                    
                     
                    
                
                
                Title:
Dm Folder PathMaximum Length:1000Folder path of the attachment. - 
                
                    
                    DmVersionNumber: string
                    
                    
                     
                    
                
                
                Maximum Length:
255Version number of the attachment. - 
                
                    
                    DocumentPreviewURL: string
                    
                    
                     
                    
                
                
                Read Only:
trueMaximum Length:255Attachment context. - 
                
                    
                    DownloadInfo: string
                    
                    
                     
                    
                
                
                Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. - 
                
                    
                    ErrorStatusCode: string
                    
                    
                     
                    
                
                
                Title:
Error Status CodeError status code for the attachment. - 
                
                    
                    ErrorStatusMessage: string
                    
                    
                     
                    
                
                
                Title:
Error Status MessageError status message for the attachment. - 
                
                    
                    ExpirationDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Expiration DateExpiration date and time of the attachment content. - 
                
                    
                    FileContents: string
                    
                    
                     (byte) 
                    
                
                
                Title:
File ContentsContents of the attachment. - 
                
                    
                    FileName: string
                    
                    
                     
                    
                
                
                Title:
File NameMaximum Length:2048File name of the attachment. - 
                
                    
                    FileUrl: string
                    
                    
                     
                    
                
                
                Title:
File UrlURL of the attachment. - 
                
                    
                    FileWebImage: string
                    
                    
                     (byte) 
                    
                
                
                Title:
File Web ImageRead Only:trueThe base64 encoded image of the file displayed in .png format if the source is a convertible image. - 
                
                    
                    LastUpdateDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Last Update DateRead Only:trueDate and time when the attachment was last updated. - 
                
                    
                    LastUpdatedBy: string
                    
                    
                     
                    
                
                
                Title:
Last Updated ByRead Only:trueMaximum Length:255User who last updated the attachment. - 
                
                    
                    LastUpdatedByUserName: string
                    
                    
                     
                    
                
                
                Title:
Last Updated By UserRead Only:trueName of the user who last updated the attachment. - 
                
                    
                    links: array
                    
                    
                
                
                    Links
                
                
                Title:
LinksThe link relations associated with the resource instance. - 
                
                    
                    PostProcessingAction: string
                    
                    
                     
                    
                
                
                Title:
PostProcessingActionThe name of the action that can be performed after an attachment is uploaded. - 
                
                    
                    Title: string
                    
                    
                     
                    
                
                
                Title:
TitleTitle of the attachment. - 
                
                    
                    UploadedFileContentType: string
                    
                    
                     
                    
                
                
                Title:
Uploaded File Content TypeFile content type of the attachment. - 
                
                    
                    UploadedFileLength: integer
                    
                    
                     
                    
                
                
                Title:
File SizeFile length of the attachment. - 
                
                    
                    UploadedFileName: string
                    
                    
                     
                    
                
                
                Title:
Uploaded File NameFile name of the attachment. - 
                
                    
                    UploadedText: string
                    
                    
                     
                    
                
                
                Title:
Uploaded TextText of the attachment. - 
                
                    
                    Uri: string
                    
                    
                     
                    
                
                
                Title:
UriMaximum Length:4000URI of the attachment. - 
                
                    
                    Url: string
                    
                    
                     
                    
                
                
                Title:
UrlMaximum Length:4000URL of the attachment. - 
                
                    
                    UserName: string
                    
                    
                     
                    
                
                
                Title:
User NameRead Only:trueMaximum Length:255User name associated with the attachment. 
Nested Schema : Links
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    LinksThe link relations associated with the resource instance.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : link
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    href: string
                    
                    
                     
                    
                
                
                Title:
hyperlink referenceThe URI to the related resource. - 
                
                    
                    kind: string
                    
                    
                     
                    
                
                
                Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. - 
                
                    
                    name: string
                    
                    
                     
                    
                
                
                Title:
nameThe name of the link to the related resource. - 
                
                    
                    properties: object
                    
                    
                
                
                    properties
                
                
                
 - 
                
                    
                    rel: string
                    
                    
                     
                    
                
                
                Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self. 
Nested Schema : properties
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    changeIndicator: string
                    
                    
                     
                    
                
                
                Change indicator or the ETag value of the resource instance.
 
Nested Schema : workerJourneyTasks-documents-item-response
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    AsyncTrackerId: string
                    
                    
                     
                    
                
                
                Title:
Asynchronous Upload Tracker IdAttribute provided for the exclusive use by the Attachment UI components to assist in uploading files. - 
                
                    
                    AttachedDocumentId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Attached Document IdUnique identifier of the attachment. System generated primary key. - 
                
                    
                    CategoryName: string
                    
                    
                     
                    
                
                
                Title:
CategoryMaximum Length:30Category of the attachment. - ContentRepositoryFileShared: boolean
 - 
                
                    
                    CreatedBy: string
                    
                    
                     
                    
                
                
                Title:
Created ByRead Only:trueMaximum Length:255User who created the attachment. - 
                
                    
                    CreatedByUserName: string
                    
                    
                     
                    
                
                
                Title:
Created By User NameRead Only:trueName of the user who created the attachment. - 
                
                    
                    CreationDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Creation DateRead Only:trueDate and time when the attachment record was created. - 
                
                    
                    DatatypeCode: string
                    
                    
                     
                    
                
                
                Title:
TypeMaximum Length:30Default Value:FILEValue that indicates data type code of attachment. - 
                
                    
                    Description: string
                    
                    
                     
                    
                
                
                Title:
DescriptionMaximum Length:255Description of the attachment. - 
                
                    
                    DmDocumentId: string
                    
                    
                     
                    
                
                
                Maximum Length:
255Unique identifier of the attachment. - 
                
                    
                    DmFolderPath: string
                    
                    
                     
                    
                
                
                Title:
Dm Folder PathMaximum Length:1000Folder path of the attachment. - 
                
                    
                    DmVersionNumber: string
                    
                    
                     
                    
                
                
                Maximum Length:
255Version number of the attachment. - 
                
                    
                    DocumentPreviewURL: string
                    
                    
                     
                    
                
                
                Read Only:
trueMaximum Length:255Attachment context. - 
                
                    
                    DownloadInfo: string
                    
                    
                     
                    
                
                
                Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. - 
                
                    
                    ErrorStatusCode: string
                    
                    
                     
                    
                
                
                Title:
Error Status CodeError status code for the attachment. - 
                
                    
                    ErrorStatusMessage: string
                    
                    
                     
                    
                
                
                Title:
Error Status MessageError status message for the attachment. - 
                
                    
                    ExpirationDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Expiration DateExpiration date and time of the attachment content. - 
                
                    
                    FileContents: string
                    
                    
                     (byte) 
                    
                
                
                Title:
File ContentsContents of the attachment. - 
                
                    
                    FileName: string
                    
                    
                     
                    
                
                
                Title:
File NameMaximum Length:2048File name of the attachment. - 
                
                    
                    FileUrl: string
                    
                    
                     
                    
                
                
                Title:
File UrlURL of the attachment. - 
                
                    
                    FileWebImage: string
                    
                    
                     (byte) 
                    
                
                
                Title:
File Web ImageRead Only:trueThe base64 encoded image of the file displayed in .png format if the source is a convertible image. - 
                
                    
                    LastUpdateDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Last Update DateRead Only:trueDate and time when the attachment was last updated. - 
                
                    
                    LastUpdatedBy: string
                    
                    
                     
                    
                
                
                Title:
Last Updated ByRead Only:trueMaximum Length:255User who last updated the attachment. - 
                
                    
                    LastUpdatedByUserName: string
                    
                    
                     
                    
                
                
                Title:
Last Updated By UserRead Only:trueName of the user who last updated the attachment. - 
                
                    
                    links: array
                    
                    
                
                
                    Links
                
                
                Title:
LinksThe link relations associated with the resource instance. - 
                
                    
                    PostProcessingAction: string
                    
                    
                     
                    
                
                
                Title:
PostProcessingActionThe name of the action that can be performed after an attachment is uploaded. - 
                
                    
                    Title: string
                    
                    
                     
                    
                
                
                Title:
TitleTitle of the attachment. - 
                
                    
                    UploadedFileContentType: string
                    
                    
                     
                    
                
                
                Title:
Uploaded File Content TypeFile content type of the attachment. - 
                
                    
                    UploadedFileLength: integer
                    
                    
                     
                    
                
                
                Title:
File SizeFile length of the attachment. - 
                
                    
                    UploadedFileName: string
                    
                    
                     
                    
                
                
                Title:
Uploaded File NameFile name of the attachment. - 
                
                    
                    UploadedText: string
                    
                    
                     
                    
                
                
                Title:
Uploaded TextText of the attachment. - 
                
                    
                    Uri: string
                    
                    
                     
                    
                
                
                Title:
UriMaximum Length:4000URI of the attachment. - 
                
                    
                    Url: string
                    
                    
                     
                    
                
                
                Title:
UrlMaximum Length:4000URL of the attachment. - 
                
                    
                    UserName: string
                    
                    
                     
                    
                
                
                Title:
User NameRead Only:trueMaximum Length:255User name associated with the attachment. 
Nested Schema : Links
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    LinksThe link relations associated with the resource instance.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : workerJourneyTasks-learningItems-item-response
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    elearnCoverArtLink: string
                    
                    
                     
                    
                
                
                Title:
eLearning Cover Art LinkRead Only:trueURL of the content item's cover art. - 
                
                    
                    elearnDisableReassignObserverChecklistToAnyone: string
                    
                    
                     
                    
                
                
                Title:
eLearning Disable Reassignment of the Observer Checklist to AnyoneRead Only:trueMaximum Length:1Indicates whether the reassignment of the observer checklist to any user who isn't a configured observer, as defined on the learning item, is disabled. Valid values are Y, N for the observation checklist e-learn type. Default value is Y. - 
                
                    
                    elearnDisableSelfAssessChecklist: string
                    
                    
                     
                    
                
                
                Title:
eLearning Disable Self-Assessment ChecklistRead Only:trueMaximum Length:1Indicates whether the self-assessment checklist for the observation checklist is disabled. Valid values are Y, N for the observation checklist elearnType. Default value is Y. - 
                
                    
                    elearnObserverType: string
                    
                    
                     
                    
                
                
                Title:
eLearning Observer TypeRead Only:trueMaximum Length:30Type of observer for the observation checklist e-learn type such as Individuals or Representative. Valid values are defined in the list ELearnObserverTypeLOV. - 
                
                    
                    elearnObserverTypeMeaning: string
                    
                    
                     
                    
                
                
                Title:
eLearning Observer Type DescriptionRead Only:trueMaximum Length:80Description of the e-learn observer type. - 
                
                    
                    elearnRichMediaLink: string
                    
                    
                     
                    
                
                
                Title:
eLearning Rich Media LinkRead Only:trueURL to open the rich media directly from the browser. - 
                
                    
                    elearnRouteUsing: string
                    
                    
                     
                    
                
                
                Title:
eLearning Route UsingRead Only:trueMaximum Length:30Approval routes for the observation checklist e-learn type. Valid values are defined in the list ELearnRouteUsingLOV. - 
                
                    
                    elearnRouteUsingMeaning: string
                    
                    
                     
                    
                
                
                Title:
eLearning Route Using DescriptionRead Only:trueMaximum Length:80Description of the elearnRouteUsing. - 
                
                    
                    elearnTimePERAttempt: number
                    
                    
                     
                    
                
                
                Title:
eLearning Time per AttemptRead Only:trueTime limit per attempt on the learning content item. - 
                
                    
                    elearnTimePERAttemptUnits: string
                    
                    
                     
                    
                
                
                Title:
eLearning Time per Attempt UnitsRead Only:trueMaximum Length:30Units for time limit per attempt on the learning content item such as Hour, or Minute. Valid values are defined in the list ELearnTimePerAttemptUnitsLOV. - 
                
                    
                    elearnType: string
                    
                    
                     
                    
                
                
                Title:
Content TypeRead Only:trueMaximum Length:30Type of self-paced learning such as Video or SCORM. Valid values are defined in the list ContentTypeLOV. - 
                
                    
                    elearnTypeMeaning: string
                    
                    
                     
                    
                
                
                Title:
Content Type DescriptionRead Only:trueDescription of the e-learn type. - 
                
                    
                    learningItemDescription: string
                    
                    
                     
                    
                
                
                Title:
DescriptionRead Only:trueMaximum Length:4000Description of the learning item. - 
                
                    
                    learningItemId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Content Catalog Learning Item IDRead Only:trueUnique identifier for the learning content item which is the internal primary key. - 
                
                    
                    learningItemNumber: string
                    
                    
                     
                    
                
                
                Title:
Content NumberRead Only:trueMaximum Length:30User-friendly number identifying the learning content item. It's a surrogate key which is shown in the UI. - 
                
                    
                    learningItemTitle: string
                    
                    
                     
                    
                
                
                Title:
Content TitleRead Only:trueMaximum Length:250Title of the learning content item. - 
                
                    
                    links: array
                    
                    
                
                
                    Links
                
                
                Title:
LinksThe link relations associated with the resource instance. 
Nested Schema : Links
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    LinksThe link relations associated with the resource instance.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : workerJourneyTasks-notifications-item-response
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    CreatedBy: string
                    
                    
                     
                    
                
                
                Read Only:
trueMaximum Length:64User who created the notification. - 
                
                    
                    CreationDate: string
                    
                    
                     (date-time) 
                    
                
                
                Read Only:
trueDate on which the notification was created. - 
                
                    
                    LastUpdateDate: string
                    
                    
                     (date-time) 
                    
                
                
                Read Only:
trueDate on which the notification was updated. - 
                
                    
                    LastUpdatedBy: string
                    
                    
                     
                    
                
                
                Read Only:
trueMaximum Length:64User who last updated the notification - 
                
                    
                    links: array
                    
                    
                
                
                    Links
                
                
                Title:
LinksThe link relations associated with the resource instance. - 
                
                    
                    NotifyOwnerFlag: boolean
                    
                    
                     
                    
                
                
                Title:
Notify OwnerMaximum Length:30Indicates whether the task owner needs to be notified when the event occurs. Valid values are Yes and No. The default value is No. - 
                
                    
                    NotifyPerformerFlag: boolean
                    
                    
                     
                    
                
                
                Title:
Notify PerformerMaximum Length:30Indicates whether the task performer needs to be notified when the event occurs. Valid values are Yes and No. The default value is Yes. - 
                
                    
                    TaskEvent: string
                    
                    
                     
                    
                
                
                Title:
Task Event CodeMaximum Length:30Code of the task event. For example, task initiated, task updated, task deleted, task completed. - 
                
                    
                    TaskEventMeaning: string
                    
                    
                     
                    
                
                
                Title:
Task EventRead Only:trueMaximum Length:80Meaning of the task event. - 
                
                    
                    WorkerJourneyTaskNotificationId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Journey Task Notification IDUnique identifier of the journey task notification. 
Nested Schema : Links
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    LinksThe link relations associated with the resource instance.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : workerJourneyTasks-properties-item-response
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    Category: string
                    
                    
                     
                    
                
                
                Name of the group for the journey task property.
 - 
                
                    
                    CategoryMeaning: string
                    
                    
                     
                    
                
                
                Meaning of the group for the journey task property.
 - 
                
                    
                    Code: string
                    
                    
                     
                    
                
                
                Code of the journey task property.
 - 
                
                    
                    DisabledForLineManagerFlag: boolean
                    
                    
                     
                    
                
                
                Indicates if the journey task property is disabled for line manager.
 - 
                
                    
                    DisabledForOthersFlag: boolean
                    
                    
                     
                    
                
                
                Indicates if the journey task property is disabled for other users.
 - 
                
                    
                    DisabledForOwnerFlag: boolean
                    
                    
                     
                    
                
                
                Indicates if the journey task property is disabled for task owner.
 - 
                
                    
                    DisabledForPerformerFlag: boolean
                    
                    
                     
                    
                
                
                Indicates if the journey task property is disabled for task performer.
 - 
                
                    
                    Level: string
                    
                    
                     
                    
                
                
                Level of the journey task property.
 - 
                
                    
                    LineManagerDefaultValue: string
                    
                    
                     
                    
                
                
                Default value of the journey task property for line manager.
 - 
                
                    
                    LineManagerLookupType: string
                    
                    
                     
                    
                
                
                Journey task property type for line manager.
 - 
                
                    
                    LineManagerValue: string
                    
                    
                     
                    
                
                
                Value of the journey task property for line manager.
 - 
                
                    
                    links: array
                    
                    
                
                
                    Links
                
                
                Title:
LinksThe link relations associated with the resource instance. - 
                
                    
                    Name: string
                    
                    
                     
                    
                
                
                Name of the journey task property.
 - 
                
                    
                    OthersDefaultValue: string
                    
                    
                     
                    
                
                
                Default value of the journey task property for other user.
 - 
                
                    
                    OthersLookupType: string
                    
                    
                     
                    
                
                
                Journey task property type for other user.
 - 
                
                    
                    OthersValue: string
                    
                    
                     
                    
                
                
                Value of the journey task property for other user.
 - 
                
                    
                    OverriddenFlag: boolean
                    
                    
                     
                    
                
                
                Indicates if the journey task property is overridden.
 - 
                
                    
                    OwnerDefaultValue: string
                    
                    
                     
                    
                
                
                Default value of the journey task property for task owner.
 - 
                
                    
                    OwnerLookupType: string
                    
                    
                     
                    
                
                
                Journey task property type for task owner.
 - 
                
                    
                    OwnerValue: string
                    
                    
                     
                    
                
                
                Value of the journey task property for task owner.
 - 
                
                    
                    PerformerDefaultValue: string
                    
                    
                     
                    
                
                
                Default value of the journey task property for task performer.
 - 
                
                    
                    PerformerLookupType: string
                    
                    
                     
                    
                
                
                Journey task property type for task performer.
 - 
                
                    
                    PerformerValue: string
                    
                    
                     
                    
                
                
                Value of the journey task property for task performer.
 - 
                
                    
                    Sequence: integer
                    
                    
                     
                    
                
                
                Display order of the property.
 
Nested Schema : Links
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    LinksThe link relations associated with the resource instance.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : workerJourneyTasks-questionnaireResponses-item-response
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    AttemptNumber: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Attempt NumberRead Only:trueThe attempt number of a participant when responding to a questionnaire. - 
                
                    
                    CreatedBy: string
                    
                    
                     
                    
                
                
                Title:
Created ByRead Only:trueMaximum Length:64User who created the questionnaire response. - 
                
                    
                    CreationDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Creation DateRead Only:trueDate on which the questionnaire response was created. - 
                
                    
                    LastUpdateDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Last Updated DateRead Only:trueDate on which the questionnaire response was updated. - 
                
                    
                    LastUpdatedBy: string
                    
                    
                     
                    
                
                
                Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the questionnaire response. - 
                
                    
                    LatestAttemptFlag: boolean
                    
                    
                     
                    
                
                
                Title:
Latest AttemptRead Only:trueMaximum Length:30Default Value:falseIndicates if the response is the latest attempt by a participant to the questionnaire. This is a read-only attribute. - 
                
                    
                    links: array
                    
                    
                
                
                    Links
                
                
                Title:
LinksThe link relations associated with the resource instance. - 
                
                    
                    QuestionnaireParticipantId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Questionnaire Participant IdSurrogate identifier for the questionnaire participant. - 
                
                    
                    QuestionnaireResponseId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Questionnaire Response IdSurrogate identifier for the questionnaire response. - 
                
                    
                    QuestionnaireVersionNumber: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Questionnaire VersionVersion number of the questionnaire that the participant responds to. - 
                
                    
                    questionResponses: array
                    
                    
                
                
                    Question Responses
                
                
                Title:
Question ResponsesThe questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire. - 
                
                    
                    Status: string
                    
                    
                     
                    
                
                
                Title:
Response Status CodeMaximum Length:30Status of the questionnaire response. I denotes the response is in progress and not submitted yet, while S denotes a submitted response. - 
                
                    
                    StatusMeaning: string
                    
                    
                     
                    
                
                
                Title:
Response StatusRead Only:trueMaximum Length:80Meaning of the status code. - 
                
                    
                    SubmittedDateTime: string
                    
                    
                     (date) 
                    
                
                
                Title:
Submitted TimeRead Only:trueDate on which the questionnaire response was submitted. - 
                
                    
                    TotalScore: number
                    
                    
                     
                    
                
                
                Title:
Total ScoreRead Only:trueTotal score for the responses submitted by a participant for a questionnaire. 
Nested Schema : Links
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    LinksThe link relations associated with the resource instance.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : Question Responses
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Question ResponsesThe questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : workerJourneyTasks-questionnaireResponses-questionResponses-item-response
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    AnswerCode: string
                    
                    
                     
                    
                
                
                Title:
Answer CodeRead Only:trueMaximum Length:240The answer code that a participant chose when responding to a single choice question. - 
                
                    
                    AnswerCodeList: string
                    
                    
                     
                    
                
                
                Title:
Answer Code ListConcatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question. - 
                
                    
                    AnswerComments: string
                    
                    
                     
                    
                
                
                Title:
CommentsMaximum Length:4000Additional comments provided by the participant when responding to a question. - 
                
                    
                    AnswerLargeObject: string
                    
                    
                     (byte) 
                    
                
                
                Title:
AnswerAttachment provided by the participant when responding to a question. - 
                
                    
                    AnswerList: string
                    
                    
                     
                    
                
                
                Title:
Answer ListMaximum Length:2000Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question. - 
                
                    
                    AnswerShortdescription: string
                    
                    
                     
                    
                
                
                Title:
Answer Short DescriptionRead Only:trueMaximum Length:240Text of the answer chosen by a participant when responding to a single choice question. - 
                
                    
                    AnswerShortDescriptionList: string
                    
                    
                     
                    
                
                
                Title:
Answer Short DescriptionRead Only:trueConcatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question. - 
                
                    
                    ChoiceCodeList: string
                    
                    
                     
                    
                
                
                Title:
Choice List CodeConcatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses. - 
                
                    
                    ChoiceList: string
                    
                    
                     
                    
                
                
                Title:
Choice ListMaximum Length:2000Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses. - 
                
                    
                    ChoiceShortDescription: string
                    
                    
                     
                    
                
                
                Title:
Choice Short DescriptionRead Only:trueConcatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses. - 
                
                    
                    CreatedBy: string
                    
                    
                     
                    
                
                
                Title:
Created ByRead Only:trueMaximum Length:64User who created the question response. - 
                
                    
                    CreationDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Creation DateRead Only:trueDate on which the question response was created. - 
                
                    
                    LastUpdateDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Last Update DateRead Only:trueDate on which the question response was updated. - 
                
                    
                    LastUpdatedBy: string
                    
                    
                     
                    
                
                
                Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the question response. - 
                
                    
                    links: array
                    
                    
                
                
                    Links
                
                
                Title:
LinksThe link relations associated with the resource instance. - 
                
                    
                    QuestionAnswerId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Question Answer IdSurrogate identifier of the answer that a participant chose when responding to a single choice question. - 
                
                    
                    QuestionCode: string
                    
                    
                     
                    
                
                
                Title:
Question CodeMaximum Length:240Alphanumeric value that uniquely identifies a question defined for a subscriber. - 
                
                    
                    QuestionId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Question IdSurrogate identifier for the question. - 
                
                    
                    QuestionnaireQuestionId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Questionnaire Question IdSurrogate identifier for the question in a questionnaire. - 
                
                    
                    questionResponseAttachments: array
                    
                    
                
                
                    Question Response Attachments
                
                
                Title:
Question Response AttachmentsThe questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question. - 
                
                    
                    QuestionResponseId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Question Response IdSurrogate identifier for the question response. - 
                
                    
                    QuestionText: string
                    
                    
                     
                    
                
                
                Title:
Question TextRead Only:trueMaximum Length:2000Text of the question that a participant responds to. - 
                
                    
                    Score: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Answer ScoreRead Only:trueCalculated score for the responses provided for a question by a participant. 
Nested Schema : Links
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    LinksThe link relations associated with the resource instance.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : Question Response Attachments
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Question Response AttachmentsThe questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : workerJourneyTasks-questionnaireResponses-questionResponses-questionResponseAttachments-item-response
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    AsyncTrackerId: string
                    
                    
                     
                    
                
                
                Title:
Asynchronous Upload Tracker IdAttribute provided exclusively for the Attachment UI components to assist in uploading files. - 
                
                    
                    AttachedDocumentId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Attached Document IdUnique identifier of the attached document. - 
                
                    
                    CategoryName: string
                    
                    
                     
                    
                
                
                Title:
CategoryMaximum Length:30Category name of the attachment. This is a read-only attribute. - ContentRepositoryFileShared: boolean
 - 
                
                    
                    CreatedBy: string
                    
                    
                     
                    
                
                
                Title:
Created ByRead Only:trueMaximum Length:255User who created the attachment. - 
                
                    
                    CreatedByUserName: string
                    
                    
                     
                    
                
                
                Title:
Created By User NameRead Only:trueUser name of the user who created the attachment. - 
                
                    
                    CreationDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Creation DateRead Only:trueDate on which the attachment was created. - 
                
                    
                    DatatypeCode: string
                    
                    
                     
                    
                
                
                Title:
TypeMaximum Length:30Default Value:FILEAttachment type supported for the question. Only the attachment type, FILE, is supported. - 
                
                    
                    Description: string
                    
                    
                     
                    
                
                
                Title:
DescriptionMaximum Length:255Description of the attachment. - 
                
                    
                    DmDocumentId: string
                    
                    
                     
                    
                
                
                Maximum Length:
255Surrogate identifier of the document attached to the questionnaire. - 
                
                    
                    DmFolderPath: string
                    
                    
                     
                    
                
                
                Title:
Dm Folder PathMaximum Length:1000Path of the folder. - 
                
                    
                    DmVersionNumber: string
                    
                    
                     
                    
                
                
                Maximum Length:
255Version number of the attachment. - 
                
                    
                    DownloadInfo: string
                    
                    
                     
                    
                
                
                Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. - 
                
                    
                    ErrorStatusCode: string
                    
                    
                     
                    
                
                
                Title:
Error Status CodeError status code of the attachment. - 
                
                    
                    ErrorStatusMessage: string
                    
                    
                     
                    
                
                
                Title:
Error Status MessageError status message of the attachment. - 
                
                    
                    ExpirationDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Expiration DateExpiration date of the attachment. This is a read-only attribute. - 
                
                    
                    FileContents: string
                    
                    
                     (byte) 
                    
                
                
                Title:
File ContentsFile contents of the attachment. - 
                
                    
                    FileName: string
                    
                    
                     
                    
                
                
                Title:
File NameMaximum Length:2048Name of the attachment file. - 
                
                    
                    FileUrl: string
                    
                    
                     
                    
                
                
                Title:
File UrlFile URL of the attachment. - 
                
                    
                    FileWebImage: string
                    
                    
                     (byte) 
                    
                
                
                Title:
File Web ImageRead Only:trueThe base64 encoded image of the file displayed in .png format if the source is a convertible image. - 
                
                    
                    LastUpdateDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Last Update DateRead Only:trueDate on which the attachment was last updated. - 
                
                    
                    LastUpdatedBy: string
                    
                    
                     
                    
                
                
                Title:
Last Updated ByRead Only:trueMaximum Length:255User who last updated the attachment. - 
                
                    
                    LastUpdatedByUserName: string
                    
                    
                     
                    
                
                
                Title:
Last Updated By UserRead Only:trueName of the user who last updated the attachment record. - 
                
                    
                    links: array
                    
                    
                
                
                    Links
                
                
                Title:
LinksThe link relations associated with the resource instance. - 
                
                    
                    PostProcessingAction: string
                    
                    
                     
                    
                
                
                Title:
PostProcessingActionThe name of the action that can be performed after an attachment is uploaded. - 
                
                    
                    Title: string
                    
                    
                     
                    
                
                
                Title:
TitleTitle of the attachment. - 
                
                    
                    UploadedFileContentType: string
                    
                    
                     
                    
                
                
                Title:
Uploaded File Content TypeContent type of the uploaded file. This is a read-only attribute. - 
                
                    
                    UploadedFileLength: integer
                    
                    
                     
                    
                
                
                Title:
File SizeSize of the uploaded file. This is a read-only attribute. - 
                
                    
                    UploadedFileName: string
                    
                    
                     
                    
                
                
                Title:
Uploaded File NameName of the uploaded file. This is a read-only attribute. - 
                
                    
                    UploadedText: string
                    
                    
                     
                    
                
                
                Title:
Uploaded TextText uploaded in the attachment. - 
                
                    
                    Uri: string
                    
                    
                     
                    
                
                
                Title:
UriMaximum Length:4000URI of the attachment. This is a read-only attribute. - 
                
                    
                    Url: string
                    
                    
                     
                    
                
                
                Title:
UrlMaximum Length:4000URL of a web page attachment. - 
                
                    
                    UserName: string
                    
                    
                     
                    
                
                
                Title:
User NameRead Only:trueMaximum Length:255User name of the person who uploaded the attachment. 
Nested Schema : Links
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    LinksThe link relations associated with the resource instance.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : workerJourneyTasks-tasksDFF-item-response
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    __FLEX_Context: string
                    
                    
                     
                    
                
                
                Title:
Context ValueMaximum Length:30Context Value - 
                
                    
                    __FLEX_Context_DisplayValue: string
                    
                    
                     
                    
                
                
                Title:
Context ValueContext Value - 
                
                    
                    AllocatedTaskId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Allocated Task Identifier - 
                
                    
                    links: array
                    
                    
                
                
                    Links
                
                
                Title:
LinksThe link relations associated with the resource instance. 
Nested Schema : Links
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    LinksThe link relations associated with the resource instance.
    
    
    
    
    
        Show Source