Get a delegate's information
get
/fscmRestApi/resources/11.13.18.05/publicSectorDelegates/{DelegateHeaderId}
Request
Path Parameters
-
DelegateHeaderId: integer
The unique identifier of a delegation.
Query Parameters
-
dependency: string
This parameter specifies dependencies which are attributes that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The attributes 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 attributes 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 attributes. 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 attributes. Only the specified attributes are returned, which means that if no attributes are specified, no attributes 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 attributes. 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 -
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
Response
Supported Media Types
- application/vnd.oracle.adf.resourceitem+json
- application/json
Default Response
The following table describes the default response for this task.
Root Schema : publicSectorDelegates-item
Type:
Show Source
object-
DelegateContactId(optional):
integer(int64)
Contact ID of the delegate as a contact.
-
DelegateDetail(optional):
array Delegate Details
Title:
Delegate DetailsThe delegate details resource is used to view, create, delete or modify delegate detail information for registered public users. -
DelegateEmailId(optional):
string
Title:
Delegate EmailMaximum Length:100The email of a delegate user. -
DelegateHeaderId(optional):
integer(int64)
The unique identifier of a delegation.
-
DelegateHistory(optional):
array Delegate Histories
Title:
Delegate HistoriesThe delegate histories resource is used to view, create, delete or modify delegate history information for registered public users. -
DelegatePartyId(optional):
integer(int64)
The party ID for the delegate user.
-
DelegatePersonFirstName(optional):
string
Title:
Delegate First NameThe first name of a delegate user. -
DelegatePersonLastName(optional):
string
Title:
Delegate Last NameThe last name of a delegate user. -
DelegatePhoneAreaCode(optional):
string
Title:
Delegate Phone Area CodeThe phone area code of a delegate user. -
DelegatePhoneCountryCode(optional):
string
Title:
Delegate Phone Country CodeThe phone country code of a delegate user. -
DelegatePhoneExtension(optional):
string
Title:
Delegate Phone ExtensionThe phone extension of a delegate user. -
DelegatePhoneNumber(optional):
string
Title:
Delegate Phone NumberThe phone number of a delegate user. -
DelegatePreferredContactMethod(optional):
string
The delegate user's preferred way of receiving communication. The value is ORA_TEXT for text or blank for email.
-
DelegateProfileId(optional):
integer(int64)
The account profile ID of a delegate user.
-
DelegateProfileName(optional):
string
Delegate user's account profile name.
-
DelegatePscUserId(optional):
integer(int64)
The unique identifier of a delegate as a registered public user.
-
DelegateUserGuid(optional):
string
Maximum Length:
64The unique user GUID of a delegate user. -
DelegateUserId(optional):
integer(int64)
The unique Fusion user ID for the delegate user.
-
DelegateUserName(optional):
string
Title:
Delegate User NameThe user name that a delegate uses to sign into the system. -
DelegationStatus(optional):
string
Title:
StatusMaximum Length:30The status of the delegation request.
Valid values are ORA_PR (Privileges Required), ORA_INS (Invitation Not Sent), ORA_IS (Invitation Sent), ORA_ID (Invitation Declined), ORA_RNS (Request not Sent), ORA_RS (Request Sent), ORA_RD (Request Declined), ORA_ACTIVE (Active), and ORA_DS (Disabled). -
DelegationType(optional):
string
Title:
Delegation TypeMaximum Length:30The delegation type. The value ORA_PROFILE indicates that the delegation is for all transactions of a profile. The value ORA_TRANSACTION indicates that the delegation is for individual transactions. -
EmailSuppress(optional):
string
Title:
Suppress EmailMaximum Length:1Status indicating whether email notifications sent to the transaction owner for delegate actions are suppressed. Valid values are Y and N. -
links(optional):
array Items
Title:
ItemsLink Relations -
PrivilegeType(optional):
string
Title:
Privilege TypeMaximum Length:30The delegation privilege type. ORA_MANAGE indicates that the delegate can manage transactions. ORA_VIEWONLY indicates that the delegate has read-only access to transactions. -
PtoEmailId(optional):
string
Title:
Profile or Transaction Owner EmailMaximum Length:100Email of the profile or transaction owner. -
PtoPartyId(optional):
integer(int64)
The party ID of the profile or transaction owner.
-
PtoPersonFirstName(optional):
string
Title:
Profile or Transaction Owner First NameThe first name of the profile or transaction owner. -
PtoPersonLastName(optional):
string
Title:
Profile or Transaction Owner Last NameThe last name of the profile or transaction owner. -
PtoPersonMiddleName(optional):
string
Title:
Profile or Transaction Owner Middle NameThe middle name of the profile or transaction owner. -
PtoPersonName(optional):
string
Title:
Profile or Transaction Owner NameThe name of the profile or transaction owner. -
PtoPhoneAreaCode(optional):
string
Title:
Profile or Transaction Owner Phone Area CodeThe phone area code of the profile or transaction owner. -
PtoPhoneCountryCode(optional):
string
Title:
Profile or Transaction Owner Phone Country CodeThe phone country code of the profile or transaction owner. -
PtoPhoneExtension(optional):
string
Title:
Profile or Transaction Owner Phone ExtensionThe phone extension of the profile or transaction owner. -
PtoPhoneNumber(optional):
string
Title:
Profile or Transaction Owner Phone NumberThe phone number of the profile or transaction owner. -
PtoPreferredContactMethod(optional):
string
The profile or transaction owner's preferred way of receiving communication. The value is ORA_TEXT for text, or blank for email.
-
PtoProfileId(optional):
integer(int64)
The account profile ID of the profile or transaction owner.
-
PtoProfileName(optional):
string
Profile or transaction owner's account profile name.
-
PtoPscUserId(optional):
integer(int64)
The unique identifier for a transaction owner as a registered public user.
-
PtoUserGuid(optional):
string
Maximum Length:
64The unique user GUID for a delegate user. -
PtoUserId(optional):
integer(int64)
The unique Fusion user ID for the profile or transaction owner.
-
PtoUserName(optional):
string
Title:
Profile or Transaction Owner User NameThe user name of the profile or transaction owner. -
RequestType(optional):
string
Maximum Length:
30Delegation request type. The value ORA_INVITE represents an invitation from the owner of a profile or transaction. The value ORA_REQUEST indicates that this is a request from a prospective delegate. -
StatusChangeDate(optional):
string(date)
Date of the most recent delegation status change.
-
ToDelegationStatus(optional):
string
Maximum Length:
30A status indicating if a delegation change request is pending. The value is ORA_NR for a pending change request, or blank when there is no pending change request. -
ToDelegationType(optional):
string
Title:
Change Delegation ToMaximum Length:30The target delegation type for a delegation change request. The value ORA_PROFILE indicates that the delegation is for all transactions for a profile. The value ORA_TRANSACTION indicates that the delegation is for individual transactions. -
ToPrivilegeType(optional):
string
Maximum Length:
30The target privilege type for a delegation change request. ORA_MANAGE indicates that the delegate can manage transactions. ORA_VIEWONLY indicates that the delegate has read-only access to transactions.
Nested Schema : Delegate Details
Type:
arrayTitle:
Delegate DetailsThe delegate details resource is used to view, create, delete or modify delegate detail information for registered public users.
Show Source
Nested Schema : Delegate Histories
Type:
arrayTitle:
Delegate HistoriesThe delegate histories resource is used to view, create, delete or modify delegate history information for registered public users.
Show Source
Nested Schema : publicSectorDelegates-DelegateDetail-item
Type:
Show Source
object-
DelegateDetailId(optional):
integer(int64)
The unique identifier of a delegation detail record.
-
DelegateHeaderId(optional):
integer(int64)
The Delegation Header ID from the Delegation Header table.
-
links(optional):
array Items
Title:
ItemsLink Relations -
PrivilegeType(optional):
string
Maximum Length:
30The privilege type. ORA_MANAGE indicates that the delegate can manage transactions. ORA_VIEWONLY indicates that the delegate has read-only access to transactions. -
PtoObjectId(optional):
string
Maximum Length:
50The unique identifier of a permit or planning and zoning transaction. -
PtoObjectKey(optional):
integer(int64)
The unique key of a permit or planning and zoning transaction.
-
PtoObjectType(optional):
string
Title:
Transaction TypeMaximum Length:30The type of object to which access is delegated, indicating if delegation is for permits or for planning and zoning. Valid values are ORA_PERMIT and ORA_PZ. -
Status(optional):
string
Title:
StatusMaximum Length:30The delegation status for the transaction. Valid values are ORA_ACTIVE, ORA_INACTIVE, and ORA_NR. -
ToPrivilegeType(optional):
string
Title:
Change Privilege ToMaximum Length:30The target privilege type for a change request. ORA_MANAGE indicates that the delegate can manage transactions. ORA_VIEWONLY indicates that the delegate has read-only access to transactions.
Nested Schema : link
Type:
Show Source
object-
href(optional):
string
Title:
hyperlink referenceThe URI to the related resource. -
rel(optional):
string
Title:
relationThe name of the relation to the resource instance. Example: self.
Nested Schema : publicSectorDelegates-DelegateHistory-item
Type:
Show Source
object-
AttributeChanged(optional):
string
Maximum Length:
30The attribute that was changed. The value is ORA_DSTATUS for a change in delegation status. -
ChangeAction(optional):
string
Maximum Length:
30The action that created the change. Valid values are ACCEPTED and DECLINED. -
ChangeDate(optional):
string(date-time)
The date and time when a change was made to a delegation's status.
-
CreatedBy(optional):
string
Maximum Length:
64The user who initiated a delegation change request. -
CreationDate(optional):
string(date-time)
The date and time that the delegation was created.
-
DelegateDetailId(optional):
integer(int64)
The delegation detail ID from the delegation detail table.
-
DelegateHeaderId(optional):
integer(int64)
The Delegation Header ID from the Delegation Header table.
-
DelegateHistoryId(optional):
integer(int64)
The unique identifier for a delegation history record.
-
LastUpdateDate(optional):
string(date-time)
The date and time that the delegation was last updated.
-
LastUpdatedBy(optional):
string
Maximum Length:
64The user who last updated the transaction delegation information. -
LastUpdateLogin(optional):
string
Maximum Length:
32The session login associated with the user who last updated delegation information. -
links(optional):
array Items
Title:
ItemsLink Relations -
NewValue(optional):
string
Maximum Length:
30The new value of the attribute that was changed. -
PreviousValue(optional):
string
Maximum Length:
30The previous value for the attribute that was changed. -
StatusUpdatedByGuid(optional):
string
Maximum Length:
64The user GUID of the user whose action changed the status.