Get all task assignments

get

/fscmRestApi/resources/11.13.18.05/hedTaskAssignments

Request

Query Parameters
  • 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
  • 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).
  • 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
  • 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:

    • ByTaskAndKeywordFinder: Finds all task assignments that match the keyword specified.
      Finder Variables:
      • Keyword; string; The keyword to search for task assignments, requiring a minimum length of 2 characters.
      • TaskId; integer; The unique identifier for a task.
    • DueTaskFinder: Finds the task assignments that have NotifyDueFlag = true, have a due date, and are not yet complete.
      Finder Variables:
      • PrimaryKey: Finds the task assignment that matches the primary key criteria specified.
        Finder Variables:
        • TaskAssignmentId; integer; The unique identifier for the task assignment.
    • 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.
    • 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
    • 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.
    • The resource item payload will be filtered in order to contain only data (no links section, for example).
    • 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
    • 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:
      • AssigneeEmail; string; Preferred email of party assigned to the task.
      • AssigneeFirstName; string; Indicates the first name of the person to whom a task or a checklist is assigned.
      • AssigneeLastName; string; Indicates the last name of the person to whom a task or a checklist is assigned.
      • AssigneeName; string; Indicates the person to whom a task or a checklist is assigned.
      • AssigneePartyId; integer; The unique identifier of the person the higher education task is assigned to.
      • AssociatedPartyId; integer; The identifier for the individual associated with the higher education task.
      • AssociatedPersonFirstName; string; Indicates the first name of the person to whom a task or a checklist is related.
      • AssociatedPersonLastName; string; Indicates the last name of the person to whom a task or a checklist is related.
      • AssociatedPersonName; string; Indicates the person to whom a task or a checklist is related.
      • AttachmentDescription; string; Indicates the description of the attachment. To create an attachment, the consumer needs to supply the information to AttachmentDescription.
      • AttachmentFileContents; string; The file contents of the attachment. To create an attachment, the consumer needs to supply the information to AttachmentFileContents.
      • AttachmentFileName; string; Indicates the file name of the attachment. To create an attachment, the consumer needs to supply the information to AttachmentFileName. To delete an attachment, the consumer needs to send null to AttachmentFileName.
      • AttachmentFileURL; string; Indicates the URL of the file.
      • AttachmentId; integer; The unique attachment identifier for the higher education task.
      • AttachmentMetadata; string; The attachment metadata that contains details of the attachment.
      • AttachmentTitle; string; Indicates the title of the attachment. To create an attachment, the consumer needs to supply the information to AttachmentTitle.
      • AttachmentUploadedFileContentType; string; Indicates the content type of the uploaded file.
      • CategoryId; integer; The unique identifier for the category where the higher education task is created.
      • CategoryName; string; The name of the category where the higher education task is created.
      • ChecklistAssignmentId; integer; The unique checklist instance identifier for the higher education checklist.
      • ChecklistId; integer; The unique identifier for the higher education checklist.
      • ChecklistName; string; The name that an administrator provides for the higher education checklist.
      • CompleteFlag; boolean; Indicates whether the task is completed or not.
      • CompletionDate; string; The date on which the task is completed.
      • DaysUntilDue; integer; Number of days until the due date.
      • DocumentTypeCode; string; The code for the document type, such as ORA_HEY_ESSAY.
      • DocumentTypeMeaning; string; The meaning of the document type, such as "Essay".
      • DueDate; string; The date on which the assigned task is due.
      • EventDate; string; The event date of the higher education task.
      • InstitutionId; integer; The unique identifier for the institution where the higher education task is created.
      • InstitutionName; string; The name of the institution where the higher education task is created.
      • InstructionText; string; The instruction that an administrator provides for the higher education task.
      • LastUpdateDate; string; Last updated date.
      • LastUpdatedBy; string; Last updated by.
      • NotifyAssignedFlag; boolean; Indicates to the user whether the assignee should receive a communication when the task is assigned.
      • NotifyCompletedFlag; boolean; Indicates to the user whether the assignee receives a communication upon completion of the task.
      • NotifyDueFlag; boolean; Indicates to the user whether the assignee receives a communication when the task is due.
      • ReassignmentFlag; boolean; Indicates whether the task allows reassignment.
      • RecipientId; integer; The unique recipient identifier for the higher education task.
      • SourceObjectCode; string; The unique code for the source object for which this checklist is assigned, for example a code of the admission application form.
      • SourceObjectDisplay; string; Indicates the business process source display from which the checklist was assigned.
      • SourceObjectId; integer; The unique identifier for the source object for which this checklist is assigned, for example an identifier of the admission application form.
      • SourceObjectMeaning; string; Indicates the business process source from which the checklist was assigned.
      • StarredFlag; boolean; Indicates if the task instance is starred, which means the user has marked it as an important task to quickly locate later.
      • StartDate; string; The date on which the task is started.
      • StatusCode; string; The status code associated with the state of the task, for example ORA_HEY_ACTION_INPROGRESS, ORA_HEY_ACTION_COMPLETE.
      • StatusMeaning; string; The status associated with the state of the task, for example in progress, complete, error, or waived state.
      • StatusSchemeCode; string; The status scheme code, such as a code for a group of statuses for admissions.
      • StatusSchemeId; integer; The unique identifier for a status scheme associated with the task.
      • StatusSchemeName; string; The name of the status scheme, such as admissions statuses.
      • StatusTypeCode; string; Code for status type.
      • StatusTypeMeaning; string; Meaning of status type.
      • TaskAssignmentId; integer; The unique task instance identifier for the higher education task.
      • TaskDescription; string; The description that an administrator provides for the higher education task.
      • TaskId; integer; The unique identifier for the higher education task.
      • TaskName; string; The name that an administrator provides for the higher education task.
      • TaskTypeCode; string; The code for the type of task, such as a ORA_HEY_DOCUMENT_SUBMISSION.
      • TaskTypeMeaning; string; The meaning of the type of task, such as a document submission task.
      • TokenFive; string; Token number 5 placeholder used in communication templates.
      • TokenFour; string; Token number 4 placeholder used in communication templates.
      • TokenOne; string; Token number 1 placeholder used in communication templates.
      • TokenThree; string; Token number 3 placeholder used in communication templates.
      • TokenTwo; string; Token number 2 placeholder used in communication templates.
    • 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
    • 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.
    • 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".
    • 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 Top

    Response

    Supported Media Types

    Default Response

    The following table describes the default response for this task.
    Headers
    • 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".
    • 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.
    Body ()
    Root Schema : hedTaskAssignments
    Type: object
    Show Source
    Nested Schema : Items
    Type: array
    Title: Items
    The items in the collection.
    Show Source
    Nested Schema : hedTaskAssignments-item-response
    Type: object
    Show Source
    • Title: Primary Email
      Read Only: true
      Maximum Length: 320
      Preferred email of party assigned to the task.
    • Title: First Name
      Read Only: true
      Maximum Length: 150
      Indicates the first name of the person to whom a task or a checklist is assigned.
    • Title: Last Name
      Read Only: true
      Maximum Length: 150
      Indicates the last name of the person to whom a task or a checklist is assigned.
    • Title: Assignee
      Read Only: true
      Maximum Length: 450
      Indicates the person to whom a task or a checklist is assigned.
    • Title: Task Assignee Party Identifier
      The unique identifier of the person the higher education task is assigned to.
    • Title: Task Assignment Associated Party Identifier
      The identifier for the individual associated with the higher education task.
    • Title: First Name
      Read Only: true
      Maximum Length: 150
      Indicates the first name of the person to whom a task or a checklist is related.
    • Title: Last Name
      Read Only: true
      Maximum Length: 150
      Indicates the last name of the person to whom a task or a checklist is related.
    • Title: Associated Person
      Read Only: true
      Maximum Length: 450
      Indicates the person to whom a task or a checklist is related.
    • Indicates the description of the attachment. To create an attachment, the consumer needs to supply the information to AttachmentDescription.
    • The file contents of the attachment. To create an attachment, the consumer needs to supply the information to AttachmentFileContents.
    • Indicates the file name of the attachment. To create an attachment, the consumer needs to supply the information to AttachmentFileName. To delete an attachment, the consumer needs to send null to AttachmentFileName.
    • Read Only: true
      Indicates the URL of the file.
    • The unique attachment identifier for the higher education task.
    • Maximum Length: 4000
      The attachment metadata that contains details of the attachment.
    • Indicates the title of the attachment. To create an attachment, the consumer needs to supply the information to AttachmentTitle.
    • Read Only: true
      Indicates the content type of the uploaded file.
    • Title: Task Category Identifier
      Read Only: true
      The unique identifier for the category where the higher education task is created.
    • Title: Category Name
      Read Only: true
      Maximum Length: 50
      The name of the category where the higher education task is created.
    • Title: Checklist Assignment Identifier
      Read Only: true
      The unique checklist instance identifier for the higher education checklist.
    • Title: Checklist Setup Identifier
      Read Only: true
      The unique identifier for the higher education checklist.
    • Title: Checklist Name
      Read Only: true
      Maximum Length: 50
      The name that an administrator provides for the higher education checklist.
    • Title: Task Complete
      Read Only: true
      Maximum Length: 1
      Default Value: false
      Indicates whether the task is completed or not.
    • Title: Task Completion Date
      Read Only: true
      The date on which the task is completed.
    • Read Only: true
      Number of days until the due date.
    • Read Only: true
      Maximum Length: 30
      The code for the document type, such as ORA_HEY_ESSAY.
    • Title: Meaning
      Read Only: true
      Maximum Length: 80
      The meaning of the document type, such as "Essay".
    • Title: Task Assignment Due Date
      The date on which the assigned task is due.
    • Read Only: true
      The event date of the higher education task.
    • The unique identifier for the institution where the higher education task is created.
    • Title: Institution
      Maximum Length: 50
      The name of the institution where the higher education task is created.
    • Title: Task Instruction Text
      Read Only: true
      Maximum Length: 255
      The instruction that an administrator provides for the higher education task.
    • Title: Last Updated Date
      Read Only: true
      Last updated date.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      Last updated by.
    • Links
    • Maximum Length: 1
      Default Value: false
      Indicates to the user whether the assignee should receive a communication when the task is assigned.
    • Maximum Length: 1
      Default Value: false
      Indicates to the user whether the assignee receives a communication upon completion of the task.
    • Maximum Length: 1
      Default Value: false
      Indicates to the user whether the assignee receives a communication when the task is due.
    • Maximum Length: 1
      Default Value: false
      Indicates whether the task allows reassignment.
    • Read Only: true
      The unique recipient identifier for the higher education task.
    • Title: Business Process Source Code
      Maximum Length: 50
      The unique code for the source object for which this checklist is assigned, for example a code of the admission application form.
    • Read Only: true
      Indicates the business process source display from which the checklist was assigned.
    • Title: Business Process Source Identifier
      The unique identifier for the source object for which this checklist is assigned, for example an identifier of the admission application form.
    • Title: Business Process Source
      Read Only: true
      Maximum Length: 80
      Indicates the business process source from which the checklist was assigned.
    • Maximum Length: 1
      Default Value: false
      Indicates if the task instance is starred, which means the user has marked it as an important task to quickly locate later.
    • Title: Task Start Date
      Read Only: true
      The date on which the task is started.
    • Title: Task Outcome Status Code
      Maximum Length: 30
      Default Value: ORA_HEY_STATUS_IN_PROGRESS
      The status code associated with the state of the task, for example ORA_HEY_ACTION_INPROGRESS, ORA_HEY_ACTION_COMPLETE.
    • Title: Task Outcome Status
      Read Only: true
      Maximum Length: 80
      The status associated with the state of the task, for example in progress, complete, error, or waived state.
    • Read Only: true
      Maximum Length: 30
      The status scheme code, such as a code for a group of statuses for admissions.
    • The unique identifier for a status scheme associated with the task.
    • Read Only: true
      Maximum Length: 60
      The name of the status scheme, such as admissions statuses.
    • Read Only: true
      Maximum Length: 30
      Code for status type.
    • Read Only: true
      Maximum Length: 80
      Meaning of status type.
    • Title: Task Assignment Identifier
      Read Only: true
      The unique task instance identifier for the higher education task.
    • Read Only: true
      The URL that can be used to directly access the task assignment drill down page.
    • Title: Task Description
      Read Only: true
      Maximum Length: 240
      The description that an administrator provides for the higher education task.
    • Title: Task Identifier
      The unique identifier for the higher education task.
    • Title: Task Name
      Read Only: true
      Maximum Length: 50
      The name that an administrator provides for the higher education task.
    • Read Only: true
      Maximum Length: 30
      The code for the type of task, such as a ORA_HEY_DOCUMENT_SUBMISSION.
    • Title: Meaning
      Read Only: true
      Maximum Length: 80
      The meaning of the type of task, such as a document submission task.
    • Read Only: true
      Token number 5 placeholder used in communication templates.
    • Read Only: true
      Token number 4 placeholder used in communication templates.
    • Read Only: true
      Default Value: adf.object.getCommunicationToken(1)
      Token number 1 placeholder used in communication templates.
    • Read Only: true
      Token number 3 placeholder used in communication templates.
    • Read Only: true
      Token number 2 placeholder used in communication templates.
    Back to Top