Get all schedulers
get
/crmRestApi/resources/11.13.18.05/fieldServiceSchedulers
Request
Query Parameters
-
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 a scheduler based on the specified scheduler unique identifier.
Finder Variables- SchedulerId; integer; The public unique identifier of the scheduler.
- WoSchedulerByCodeFinder Finds a scheduler by the scheduler code.
Finder Variables- SchedulerCd; string; The scheduler code for the scheduler.
- PrimaryKey Finds a scheduler based on the specified scheduler unique identifier.
-
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:- ActiveFlag; boolean; Indicates whether the scheduler is active.
- ConnectionCd; string; Value that uniquely identifies the field service connection associated to this scheduler.
- ConnnectionName; string; The user defined name for the field service connection associated to this scheduler.
- CreatedBy; string; The user who created the scheduler.
- CreationDate; string; The date and time of creating the scheduler.
- CurrentDayBuffer; integer; The buffer in minutes for the scheduler current day.
- Description; string; The description for the scheduler.
- EnforcePreferredTechFlag; boolean; Indicates whether the preferred technician tags should be enforced on the scheduler.
- HighQuotaCutoff; integer; The cutoff for high quota.
- LastUpdateDate; string; Indicates the date and time of last update for the scheduler.
- LastUpdatedBy; string; The user who last updated the scheduler.
- LowQuotaCutoff; integer; The cutoff for low quota.
- SchedulerCd; string; Value that uniquely identifies the alternate unique identifier for the scheduler.
- SchedulerName; string; The user defined name for the scheduler.
- SchedulerOrder; integer; The order of the scheduler.
- SchedulerTypeCd; string; The code that identifies the type of scheduler.
- SchedulerTypeDisp; string; The name of the scheduler type selected for this scheduler.
- WeekStartDayCd; string; The code that identifies the week start day used for the scheduler.
-
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
-
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 : fieldServiceSchedulers
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 : fieldServiceSchedulers-item-response
Type:
Show Source
object-
ActiveFlag: boolean
Title:
ActiveMaximum Length:1Default Value:falseIndicates whether the scheduler is active. -
AssignedRoleDisp: string
Title:
RolesRead Only:trueA comma delimited list of roles assigned to the scheduler. -
ConnectionCd: string
Title:
Connection CodeMaximum Length:30Value that uniquely identifies the field service connection associated to this scheduler. -
ConnnectionName: string
Title:
Connection NameRead Only:trueMaximum Length:80The user defined name for the field service connection associated to this scheduler. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the scheduler. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time of creating the scheduler. -
CurrentDayBuffer: integer
(int64)
Title:
Current Day BufferThe buffer in minutes for the scheduler current day. -
Description: string
Title:
DescriptionMaximum Length:240The description for the scheduler. -
EnforcePreferredTechFlag: boolean
Title:
Enable Preferred TechnicianMaximum Length:1Default Value:falseIndicates whether the preferred technician tags should be enforced on the scheduler. -
HighQuotaCutoff: integer
(int64)
Title:
High Quota CutoffThe cutoff for high quota. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueIndicates the date and time of last update for the scheduler. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the scheduler. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LowQuotaCutoff: integer
(int64)
Title:
Low Quota CutoffThe cutoff for low quota. -
SchedulerCd: string
Title:
Scheduler CodeMaximum Length:30Value that uniquely identifies the alternate unique identifier for the scheduler. -
schedulerFilters: array
Scheduler Filters
Title:
Scheduler FiltersScheduler filters identify the filter criteria that are being applied to the API call to Oracle Field Service to retrieve scheduling data. For example, the fitness formula values for work skill, work zone, and work time. -
SchedulerId: integer
(int64)
Title:
Scheduler IDRead Only:trueThe unique identifier of the scheduler. -
SchedulerName: string
Title:
Scheduler NameMaximum Length:80The user defined name for the scheduler. -
SchedulerOrder: integer
(int64)
Title:
OrderThe order of the scheduler. -
schedulerRoles: array
Scheduler Roles
Title:
Scheduler RolesScheduler roles identify all the CRM and SCM job roles defined in IT Security Manager that have been assigned to a specific scheduler. The roles are used to determine which scheduler a user will see when scheduling a work order. -
SchedulerTypeCd: string
Title:
Scheduler TypeMaximum Length:30The code that identifies the type of scheduler. -
SchedulerTypeDisp: string
Title:
Scheduler TypeRead Only:trueMaximum Length:80The name of the scheduler type selected for this scheduler. -
translations: array
Scheduler Translations
Title:
Scheduler TranslationsScheduler translations contain the translated scheduler configuration attributes such as the scheduler name and description. These are displayed to the user when viewing a scheduler. -
WeekStartDayCd: string
Title:
Scheduler Start of WeekMaximum Length:30The code that identifies the week start day used for the scheduler. -
WeekStartDayMeaning: string
Title:
Scheduler Start of WeekRead Only:trueMaximum Length:255The start day of the week used for the scheduler.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Scheduler Filters
Type:
arrayTitle:
Scheduler FiltersScheduler filters identify the filter criteria that are being applied to the API call to Oracle Field Service to retrieve scheduling data. For example, the fitness formula values for work skill, work zone, and work time.
Show Source
Nested Schema : Scheduler Roles
Type:
arrayTitle:
Scheduler RolesScheduler roles identify all the CRM and SCM job roles defined in IT Security Manager that have been assigned to a specific scheduler. The roles are used to determine which scheduler a user will see when scheduling a work order.
Show Source
Nested Schema : Scheduler Translations
Type:
arrayTitle:
Scheduler TranslationsScheduler translations contain the translated scheduler configuration attributes such as the scheduler name and description. These are displayed to the user when viewing a scheduler.
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 : fieldServiceSchedulers-schedulerFilters-item-response
Type:
Show Source
object-
AllowReleaseFlag: boolean
Title:
Allow Agent to Release FilterMaximum Length:1Indicates whether the agent can release the filter when viewing the scheduler results. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the scheduler filter. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time of creating the scheduler filter. -
FilterOrder: integer
(int64)
Title:
Filter OrderIdentifies the order of this scheduler filter that needs to be applied. -
FsResourceField: string
Title:
Field Service ResourceMaximum Length:64The field service resource from Oracle Field Service. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the scheduler was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the scheduler filter. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SchedulerCd: string
Title:
Scheduler CodeMaximum Length:30Value that uniquely identifies the scheduler. -
SchedulerFilterCd: string
Title:
Scheduler Filter CodeMaximum Length:30Value that uniquely identifies the filter associated to the scheduler. -
SchedulerFilterId: integer
(int64)
Title:
Scheduler Filter IDRead Only:trueThe unique identifier of the scheduler filter. -
WoField: string
Title:
Filter Field NameMaximum Length:30The filter type for this filter. -
WoFieldLabel: string
Title:
Field LabelRead Only:trueThe work order field label on which the filter is to be applied. -
WoFieldType: string
Title:
Field TypeMaximum Length:64The work order field type on which the filter is to be applied. -
WoFieldValue: string
Title:
Field ValueMaximum Length:64The work order field value on which the filter is to be applied.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : fieldServiceSchedulers-schedulerRoles-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the scheduler role. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time of creating the scheduler role. -
Description: string
Title:
DescriptionRead Only:trueMaximum Length:240The description for the role. -
JobRole: string
Title:
Job RoleRead Only:trueMaximum Length:30The name of job role. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the scheduler role was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the scheduler role. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
RoleCommonName: string
Title:
Role Common NameMaximum Length:4000The role common name defined within LDAP. -
RoleGUID: string
Title:
Role GUIDMaximum Length:64The unique identifier of the role. -
RoleName: string
Title:
Role NameRead Only:trueMaximum Length:240The name of the role being used for this scheduler. -
SchedulerCd: string
Title:
Scheduler CodeMaximum Length:30Value that uniquely identifies the scheduler. -
SchedulerRoleId: integer
(int64)
Title:
Scheduler Role IDRead Only:trueThe unique identifier of the scheduler role.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : fieldServiceSchedulers-translations-item-response
Type:
Show Source
object-
Description: string
Title:
DescriptionMaximum Length:240The description for the scheduler. -
DisplayLanguage: string
Title:
Language NameRead Only:trueMaximum Length:255The language to which the scheduler is translated. -
DisplaySourceLanguage: string
Title:
Source LanguageRead Only:trueMaximum Length:255The source language from which the scheduler is translated. -
Language: string
Title:
LanguageMaximum Length:4The warning message to display when an agent selects a time slot on a holiday. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SchedulerName: string
Title:
Scheduler NameMaximum Length:80The name for the scheduler. -
SourceLang: string
Title:
Source LanguageMaximum Length:4The source language code from which the scheduler is translated.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source