You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[getJob](docs/sdks/hris/README.md#getjob) - Get Job
253
254
*[getLocation](docs/sdks/hris/README.md#getlocation) - Get Work Location
254
255
*[getPosition](docs/sdks/hris/README.md#getposition) - Get Position
256
+
*[getShift](docs/sdks/hris/README.md#getshift) - Get Shift
255
257
*[getTask](docs/sdks/hris/README.md#gettask) - Get Task
256
258
*[getTeamGroup](docs/sdks/hris/README.md#getteamgroup) - Get Team Group
257
259
*[getTimeEntries](docs/sdks/hris/README.md#gettimeentries) - Get Time Entry
@@ -281,6 +283,7 @@ run();
281
283
*[listJobs](docs/sdks/hris/README.md#listjobs) - List Jobs
282
284
*[listLocations](docs/sdks/hris/README.md#listlocations) - List Work Locations
283
285
*[listPositions](docs/sdks/hris/README.md#listpositions) - List Positions
286
+
*[listShifts](docs/sdks/hris/README.md#listshifts) - List Shifts
284
287
*[listTasks](docs/sdks/hris/README.md#listtasks) - List Tasks
285
288
*[listTeamGroups](docs/sdks/hris/README.md#listteamgroups) - List Team Groups
286
289
*[listTimeEntries](docs/sdks/hris/README.md#listtimeentries) - List Time Entries
@@ -733,6 +736,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
733
736
-[`atsGetApplication`](docs/sdks/ats/README.md#getapplication) - Get Application
734
737
-[`atsGetApplicationCustomFieldDefinition`](docs/sdks/ats/README.md#getapplicationcustomfielddefinition) - Get Application Custom Field Definition
735
738
-[`atsGetApplicationDocument`](docs/sdks/ats/README.md#getapplicationdocument) - Get Application Document
739
+
-[`atsGetApplicationDocumentCategory`](docs/sdks/ats/README.md#getapplicationdocumentcategory) - Get Application Document Category
736
740
-[`atsGetApplicationNote`](docs/sdks/ats/README.md#getapplicationnote) - Get Application Note
737
741
-[`atsGetApplicationOffer`](docs/sdks/ats/README.md#getapplicationoffer) - Get Application Offer
738
742
-[`atsGetApplicationScheduledInterview`](docs/sdks/ats/README.md#getapplicationscheduledinterview) - Get Applications scheduled interview
@@ -757,6 +761,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
757
761
-[`atsGetUser`](docs/sdks/ats/README.md#getuser) - Get User
758
762
-[`atsListApplicationChanges`](docs/sdks/ats/README.md#listapplicationchanges) - List Application Changes
759
763
-[`atsListApplicationCustomFieldDefinitions`](docs/sdks/ats/README.md#listapplicationcustomfielddefinitions) - List Application Custom Field Definitions
764
+
-[`atsListApplicationDocumentCategories`](docs/sdks/ats/README.md#listapplicationdocumentcategories) - List Application Document Categories
760
765
-[`atsListApplicationDocuments`](docs/sdks/ats/README.md#listapplicationdocuments) - List Application Documents
761
766
-[`atsListApplicationNotes`](docs/sdks/ats/README.md#listapplicationnotes) - List Application Notes
762
767
-[`atsListApplications`](docs/sdks/ats/README.md#listapplications) - List Applications
@@ -812,7 +817,6 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
812
817
-[`documentsListDrives`](docs/sdks/documents/README.md#listdrives) - List Drives
813
818
-[`documentsListFiles`](docs/sdks/documents/README.md#listfiles) - List Files
814
819
-[`documentsListFolders`](docs/sdks/documents/README.md#listfolders) - List Folders
|`fields`|*string*|:heavy_minus_sign:| The comma separated list of fields that will be returned in the response (if empty, all fields are returned) | id,remote_id,name,active |
20
+
|`id`|*string*|:heavy_check_mark:| N/A ||
21
+
|`proxy`| Record<string, *any*> |:heavy_minus_sign:| Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key ||
22
+
|`raw`|*boolean*|:heavy_minus_sign:| Indicates that the raw request result should be returned in addition to the mapped result (default value is false) ||
23
+
|`xAccountId`|*string*|:heavy_check_mark:| The account identifier ||
0 commit comments