Get a worker address
get
/hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/addresses/{addressesUniqID}
Request
Path Parameters
-
addressesUniqID(required): string
This is the hash key of the attributes which make up the composite key for the Addresses resource and used to uniquely identify an instance of Addresses. The client should not generate the hash key value. Instead, the client should query on the Addresses collection resource in order to navigate to a specific instance of Addresses to get the hash key.
-
workersUniqID(required): string
This is the hash key of the attributes which make up the composite key for the Workers resource and used to uniquely identify an instance of Workers. The client should not generate the hash key value. Instead, the client should query on the Workers collection resource in order to navigate to a specific instance of Workers to get the hash key.
Query Parameters
-
dependency: string
This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2
Format: <attr1>=<val1>,<attr2>=<value2> -
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 -
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 -
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
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 : workers-addresses-item-response
Type:
Show Source
object-
AddlAddressAttribute1: string
Title:
Additional Address Attribute 1Maximum Length:150Additional address column used by localizations. -
AddlAddressAttribute2: string
Title:
Additional Address Attribute 2Maximum Length:150Additional address column used by localizations. -
AddlAddressAttribute3: string
Title:
Additional Address Attribute 3Maximum Length:150Additional address column used by localizations. -
AddlAddressAttribute4: string
Title:
Additional Address Attribute 4Maximum Length:150Additional address column used by localizations. -
AddlAddressAttribute5: string
Title:
Additional Address Attribute 5Maximum Length:150Additional address column used by localizations. -
addressesDFF: array
addressesDFF
-
AddressId: integer
(int64)
Title:
Address IDSurrogate identifier for the address record. -
AddressLine1: string
Title:
Address Line 1Maximum Length:240First line of the primary mail address. -
AddressLine2: string
Title:
Address Line 2Maximum Length:240Second line of the primary mail address. -
AddressLine3: string
Title:
Address Line 3Maximum Length:240Third line of the primary mail address. -
AddressLine4: string
Title:
Address Line 4Maximum Length:240Fourth line of the primary mail address. -
AddressType: string
Title:
TypeMaximum Length:30Type of address. Valid values are defined in the commonLookupsLOV. -
AddressTypeMeaning: string
Title:
Address TypeRead Only:trueMaximum Length:80Meaning of the person's address type. -
Building: string
Title:
BuildingMaximum Length:240Building information associated with the address. -
Country: string
Title:
CountryMaximum Length:60Country in which the address is located. Valid values are defined in the hcmCountriesLov. -
CountryName: string
Title:
CountryRead Only:trueMaximum Length:80Name of the country in which the person's address is located. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the address. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the address was created. -
EffectiveEndDate: string
(date)
Title:
Effective End DateEnd date of the date-effective changes to the record. -
EffectiveStartDate: string
(date)
Title:
Effective Start DateStart date of the date-effective changes to the record. -
FloorNumber: string
Title:
Floor NumberMaximum Length:40Floor number associated with the building. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueDate and time when the address was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the address. -
Latitude: number
Title:
LatitudeDistance between the equator and an address located to its north or south, expressed in degrees and minutes. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Longitude: number
Title:
LongitudeDistance between the prime meridian and an address located to its east or west, expressed in degrees and minutes. -
LongPostalCode: string
Title:
Long Postal CodeMaximum Length:30Long postal code of the primary mail address. -
PersonAddrUsageId: integer
(int64)
Title:
Person Address Usage IDRead Only:trueSurrogate identifier for the address usage record. -
PostalCode: string
Title:
Postal CodeMaximum Length:30Postal code of the primary mail address. -
PrimaryFlag: boolean
Title:
Primary MailingIndicates whether the address is the primary mailing address. -
Provider: string
Title:
ProviderMaximum Length:150Company that has validated the address. -
Region1: string
Title:
Region 1Maximum Length:120Primary region in which the address is located. -
Region2: string
Title:
Region 2Maximum Length:120Secondary region within the primary region. -
Region3: string
Title:
Region 3Maximum Length:120Additional secondary region within the primary region. -
TownOrCity: string
Title:
Town or CityMaximum Length:60Town or city in which the address is located. -
ValidateAddressFlag: boolean
Default Value:
falseIndicates whether the address is sent for validation. Valid values are true and false. The default value is false. -
ValidationStatusCode: string
Title:
Validation Status CodeMaximum Length:120Level of accuracy of an address, as determined by an address provider.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : workers-addresses-addressesDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PersonAddrUsageId: integer
(int64)
Title:
Person Address Usage ID
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.
Links
- addressTypesLov
-
Parameters:
- finder:
LegislationCodeFinder%3BLookupType%3DADDRESS_TYPE%2CLookupCode%3D{AddressType}
The following properties are defined on the LOV link relation:- Source Attribute: AddressType; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- addressesDFF
-
Parameters:
- addressesUniqID:
$request.path.addressesUniqID - workersUniqID:
$request.path.workersUniqID
- addressesUniqID:
- countriesLov
-
The following properties are defined on the LOV link relation:
- Source Attribute: Country; Target Attribute: TerritoryCode
- Display Attribute: TerritoryCode, CountryName
Examples
The following example shows how to retrieve a worker address by submitting a GET request on the REST resource using cURL.
curl -i -u "<username>:<password>" -H "Content-Type: application/vnd.oracle.adf.resourceitem+json" -H "REST-Framework-Version: 4" -X GET "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/workers/00020000000EACED0005770800005AF3116303090000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000016ABDF0400078/child/addresses/00020000000EACED0005770800005AF3116303140000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000016ABDF0400078"
Example of Response Header
The following is an example of the response header.
Status: HTTP/1.1 200 OK Content-Type: application/vnd.oracle.adf.resourceitem+json
Example of Response Body
The following example shows the contents of the response body in JSON format.
{
"AddressId": 100000015254293,
"EffectiveStartDate": "2010-01-06",
"EffectiveEndDate": "4712-12-31",
"AddressLine1": "Add1",
"AddressLine2": null,
"AddressLine3": null,
"AddressLine4": null,
"TownOrCity": "Hyderabad",
"Region1": null,
"Region2": null,
"Region3": null,
"Country": "LR",
"PostalCode": null,
"LongPostalCode": null,
"AddlAddressAttribute1": null,
"AddlAddressAttribute2": null,
"AddlAddressAttribute3": null,
"AddlAddressAttribute4": null,
"AddlAddressAttribute5": null,
"CreatedBy": "OPERATIONS",
"CreationDate": "2010-01-06T20:31:42.564+00:00",
"LastUpdatedBy": "OPERATIONS",
"LastUpdateDate": "2010-01-06T20:35:40.019+00:00",
"PersonAddrUsageId": 100000015254292,
"AddressType": "HOME",
"PrimaryFlag": true,
"links": [
{...
}
]
}