Get all permit application contact items
get
/fscmRestApi/resources/11.13.18.05/publicSectorPermitApplicationContacts
Request
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 -
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 the application contacts data that match the specified record key. Finder Variables:
- ContactKey; integer; The unique identifier for the contact key.
- LnpRecordKey; integer; The unique identifier for the record key.
- PrimaryKey: Finds the application contacts data that match the specified record key. Finder Variables:
-
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.
-
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 attributes. 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 -
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".
Response
Supported Media Types
- application/vnd.oracle.adf.resourcecollection+json
Default Response
The following table describes the default response for this task.
Root Schema : publicSectorPermitApplicationContacts
Type:
Show Source
object
-
count(optional):
integer
Title:
Count
The number of resource instances returned in the current range. -
hasMore(optional):
boolean
Title:
HasMore
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(optional):
array Items
Title:
Items
The items in the collection. -
limit(optional):
integer
Title:
Limit
The actual paging size used by the server. -
links(optional):
array Items
Title:
Items
The link relations associated with the resource instance. -
offset(optional):
integer
Title:
Offset
The offset value used in the current page.
Nested Schema : Items
Type:
array
Title:
Items
The link relations associated with the resource instance.
Show Source
Nested Schema : publicSectorPermitApplicationContacts-item
Type:
Show Source
object
-
AcceptanceDate(optional):
string(date-time)
Title:
Acceptance Date
Identifies the accepted date for the permit application. -
AddressKey(optional):
integer(int64)
The parcel address key.
-
AgencyId(optional):
integer(int32)
The identifier for a public sector agency. This is usually an alphanumeric identifier for a city, county, or state, but it can also be the name of a city, county, or state.
-
Applicant(optional):
integer(int64)
The party ID of the permit applicant.
-
Applicantaddressone(optional):
string
Title:
Applicant Address Line 1
Maximum Length:240
The first line of the permit applicant address. -
Applicantaddresstwo(optional):
string
Title:
Applicant Address Line 2
Maximum Length:240
The second line of the permit applicant address. -
Applicantcity(optional):
string
Title:
Applicant City
Maximum Length:60
The city in the permit applicant address. -
Applicantcountry(optional):
string
Title:
Applicant Country
Maximum Length:3
The country in the permit applicant address. -
Applicantcounty(optional):
string
Title:
Applicant County
Maximum Length:60
The county in the permit applicant address. -
Applicantemailaddressone(optional):
string
Title:
Applicant Email 1
Maximum Length:320
The first email address of the permit applicant. -
Applicantemailaddresstwo(optional):
string
Title:
Applicant Email 2
Maximum Length:320
The second email address of the permit applicant. -
Applicantpersonname(optional):
string
Title:
Applicant Full Name
Maximum Length:450
The permit applicant's name. -
Applicantphone(optional):
string
Title:
Applicant Phone
Maximum Length:60
The full phone number including the phone country code, area code, and phone number for the applicant.. -
Applicantphoneareacode(optional):
string
Maximum Length:
10
The area code in the phone number of the permit applicant. -
Applicantphonecountrycode(optional):
string
Maximum Length:
10
The country code in the phone number of the permit applicant. -
Applicantphoneextension(optional):
string
Title:
Applicant Phone Extension
Maximum Length:20
The phone number extension for the permit applicant. -
Applicantphonenumber(optional):
string
Maximum Length:
40
The permit applicant's phone number. -
Applicantpostalcode(optional):
string
Title:
Applicant Postal Code
Maximum Length:60
The postal code in the permit applicant address. -
ApplicantProfileId(optional):
integer(int64)
The user profile of the applicant.
-
Applicantprovince(optional):
string
Title:
Applicant Province
Maximum Length:60
The province in the permit applicant address. -
Applicantstate(optional):
string
Title:
Applicant State
Maximum Length:60
The state in the permit applicant address. -
ApplicantUserId(optional):
string
Title:
Applicant User ID
The user ID of the permit applicant. -
ApplicationAccess(optional):
string
Title:
Permit Access
Indicates the application access for the contact person. -
Classification(optional):
string
Title:
Classification
Maximum Length:80
The record classification. The classifications can be permit. -
Contactactive(optional):
string
Title:
Contact Active Status
Maximum Length:1
The contact status of the person. -
Contactaddressone(optional):
string
Title:
Contact Address Line 1
Maximum Length:240
The first address line for the contact person. -
Contactaddresstwo(optional):
string
Title:
Contact Address Line 2
Maximum Length:240
The second address line for the contact person. -
Contactaltphone(optional):
string
Title:
Contact Alternate Phone
Maximum Length:60
The alternate phone number with country code for the contact person. -
Contactaltphoneareacode(optional):
string
Maximum Length:
10
The alternate phone area code for the contact person. -
Contactaltphonecountrycode(optional):
string
Maximum Length:
10
The alternate phone country code for the contact person. -
Contactaltphonenumber(optional):
string
Maximum Length:
40
The alternate phone number for the contact person. -
ContactBizPartyId(optional):
integer(int64)
The contact list business party ID.
-
Contactbusinessname(optional):
string
Title:
Contact Business Name
Maximum Length:360
The contact's business name. -
Contactcity(optional):
string
Title:
Contact City
Maximum Length:60
The city for the contact person's address. -
Contactcountry(optional):
string
Title:
Contact Country
Maximum Length:3
The country for the contact person. -
Contactcounty(optional):
string
Title:
Contact County
Maximum Length:60
The county for the contact person's address. -
Contactcreationdate(optional):
string(date-time)
Title:
Contact Creation Date
The contact creation date for the person. -
Contactemailaddressone(optional):
string
Title:
Contact Email
Maximum Length:320
The email address information for the contact person. -
Contactfirstname(optional):
string
Title:
Contact First Name
Maximum Length:150
The contact's first name. -
Contactfullname(optional):
string
Title:
Contact Full Name
Maximum Length:450
The contact's full name. -
ContactId(optional):
integer(int64)
The unique identifier of the contact.
-
ContactKey(optional):
integer(int64)
The unique identifier for the contact.
-
Contactlastname(optional):
string
Title:
Contact Last Name
Maximum Length:150
The contact's last name. -
Contactmiddlename(optional):
string
Title:
Contact Middle Name
Maximum Length:60
The contact's middle name. -
ContactPartyId(optional):
integer(int64)
The contact list party ID.
-
Contactphone(optional):
string
Title:
Contact Phone
Maximum Length:60
The full phone number including the phone country code, area code, and phone number for the contact person. -
Contactphoneareacode(optional):
string
Maximum Length:
10
The phone area code for the contact person. -
Contactphonecountrycode(optional):
string
Maximum Length:
10
The phone country code for the contact person. -
Contactphoneextension(optional):
string
Title:
Contact Phone Extension
Maximum Length:20
The phone extension for the contact person. -
Contactphonenumber(optional):
string
Maximum Length:
40
The phone number for the contact person. -
Contactpostalcode(optional):
string
Title:
Contact Postal Code
Maximum Length:60
The postal code for the contact person's address. -
ContactProfileId(optional):
integer(int64)
The profile ID of the contact.
-
Contactstate(optional):
string
Title:
Contact State
Maximum Length:60
The state for the contact person's address. -
Contacttype(optional):
string
Title:
Contact Type
Maximum Length:30
Identifies the contact type of the primary contact of the permit application. -
Contactuserid(optional):
string
Title:
Contact User ID
Maximum Length:100
The contact user ID. -
CreationDate(optional):
string(date-time)
Title:
Creation Date
Identifies the date on which the permit application was created. -
IssueDate(optional):
string(date-time)
Title:
Issue Date
The date the permit was issued. -
links(optional):
array Items
Title:
Items
Link Relations -
LnpRecordId(optional):
string
Title:
Record ID
Maximum Length:50
The identifier for the building permit record. For example, a permit number with a value such as Building Permit ID RA-2017-00029. -
LnpRecordKey(optional):
integer(int64)
The unique identifier for the record.
-
OrganizationName(optional):
string
Title:
Organization Name
Maximum Length:360
The business name of the applicant. For example, a contractor enters his or her contracting business name. -
Owner(optional):
string
Title:
Property Owner Name
Maximum Length:150
The primary or only owner of the parcel or property. -
Owneremailid(optional):
string
Title:
Property Owner Email
Maximum Length:50
The parcel owner email address. -
OwnerId(optional):
integer(int64)
The owner ID of the record parcel owner.
-
OwnerKey(optional):
integer(int64)
The owner key of the record parcel owner.
-
Parceladdressone(optional):
string
Title:
Property Address Line 1
Maximum Length:240
The first line of the parcel or property address. -
Parceladdresstwo(optional):
string
Title:
Property Address Line 2
Maximum Length:240
The second line of the parcel or property address. -
Parcelcity(optional):
string
Title:
Property City
Maximum Length:60
The city in the parcel or property address. -
Parcelcountry(optional):
string
Title:
Property Country
Maximum Length:60
The country in the parcel or property address. -
Parcelcounty(optional):
string
Title:
Property County
Maximum Length:60
The county in the parcel or property address. -
ParcelId(optional):
integer(int64)
Title:
Parcel
The identifier of the record parcel. -
ParcelKey(optional):
integer(int64)
The key of the record parcel.
-
Parcelpostalcode(optional):
string
Title:
Property Postal Code
Maximum Length:60
The postal code in the parcel or property address. -
Parcelprovince(optional):
string
Title:
Property Province
Maximum Length:60
The province in the parcel or property address. -
Parcelstate(optional):
string
Title:
Property State
Maximum Length:60
The state in the parcel or property address. -
Parceltype(optional):
string
Title:
Parcel Type
Maximum Length:30
The type of the current parcel. -
Permitdescription(optional):
string
Title:
Permit Description
Maximum Length:1000
The description of the permit type. -
Permitstatus(optional):
string
Title:
Permit Status
Maximum Length:100
The status of the permit application. -
Personfirstname(optional):
string
Title:
Applicant First Name
Maximum Length:150
The applicant first name. -
Personlastname(optional):
string
Title:
Applicant Last Name
Maximum Length:150
The applicant's last name. -
Personmiddlename(optional):
string
Title:
Applicant Middle Name
Maximum Length:60
The applicant's middle name. -
Persontitle(optional):
string
Title:
Applicant Title
Maximum Length:60
The title of the contact. -
Primaryflag(optional):
string
Title:
Primary Contact
Maximum Length:1
Indicates the primary contact in the contact details. -
Propertydescription(optional):
string
Title:
Property Description
Maximum Length:240
The property description. -
ReceivedDate(optional):
string(date-time)
Title:
Received Date
Identifies the date when the permit application was received by agency. -
RecordStatus(optional):
string
Maximum Length:
15
The status of the record. -
RecordType(optional):
string
Title:
Permit Type
Maximum Length:100
The permit type. Agencies define the types of permits that they administer, for example, Residential Addition. -
RecordTypeId(optional):
string
Maximum Length:
30
The identifier for a record type. -
Secondaryowner(optional):
string
Title:
Property Secondary Owner
Maximum Length:150
The secondary owner of the parcel or property. -
Subclassification(optional):
string
Title:
Subclassification
Maximum Length:80
The subclassification code of the permit application type. -
SubmitDate(optional):
string(date-time)
Title:
Submission Date
The date permit application was submitted. -
SystemStatus(optional):
string
Title:
Permit System Status
Maximum Length:15
Identifies the system status of the permit application. -
URL(optional):
string
Title:
Permit Overview URL
The URL to access the overview page of the permit application.
Nested Schema : link
Type:
Show Source
object
-
href(optional):
string
Title:
hyperlink reference
The URI to the related resource. -
rel(optional):
string
Title:
relation
The name of the relation to the resource instance. Example: self.