Get all permit expiry communication items
get
/fscmRestApi/resources/11.13.18.05/publicSectorPermitExpiryCommunications
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 permit expiry communication data that matches the specified record key. Finder Variables:
- LnpRecordKey; integer; The unique identifier for the record key.
- PrimaryKey: Finds the permit expiry communication data that matches 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 : publicSectorPermitExpiryCommunications
Type:
Show Source
object-
count(optional):
integer
Title:
CountThe number of resource instances returned in the current range. -
hasMore(optional):
boolean
Title:
HasMoreIndicates 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:
ItemsThe items in the collection. -
limit(optional):
integer
Title:
LimitThe actual paging size used by the server. -
links(optional):
array Items
Title:
ItemsThe link relations associated with the resource instance. -
offset(optional):
integer
Title:
OffsetThe offset value used in the current page.
Nested Schema : Items
Type:
arrayTitle:
ItemsThe link relations associated with the resource instance.
Show Source
Nested Schema : publicSectorPermitExpiryCommunications-item
Type:
Show Source
object-
AboutToExpireDate(optional):
string(date-time)
Title:
About to Expire DateThe date when the notification about an expiring license or permit is sent. -
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.
-
ApplAteDate(optional):
string(date-time)
The date to indicate when the application is about to expire.
-
ApplExpirationDate(optional):
string(date-time)
Title:
Application Expiration DateThe date when the application expires. -
Applicant(optional):
integer(int64)
Title:
ApplicantThe party identifier of the permit applicant. -
ApplicantAddress1(optional):
string
Title:
Applicant Address Line 1Maximum Length:240The first line of the permit applicant address. -
ApplicantAddress2(optional):
string
Title:
Applicant Address Line 2Maximum Length:240The second line of the permit applicant address. -
ApplicantBizProfileId(optional):
integer(int64)
Title:
Adult Oriented BusinessThe business profile used by the applicant. -
ApplicantCity(optional):
string
Title:
Applicant CityMaximum Length:60The city in the permit applicant address. -
ApplicantCountry(optional):
string
Maximum Length:
3The country in the permit applicant address. -
ApplicantCounty(optional):
string
Title:
Applicant CountyMaximum Length:60The county in the permit applicant address. -
ApplicantEmailAddress1(optional):
string
Title:
Applicant Email 1Maximum Length:320The first email address of the permit applicant. -
ApplicantEmailAddress2(optional):
string
Title:
Applicant Email 2Maximum Length:320The second email address of the permit applicant. -
ApplicantPhoneAreaCode(optional):
string
Title:
Applicant Phone Area CodeMaximum Length:10The area code in the phone number of the permit applicant. -
ApplicantPhoneCountryCode(optional):
string
Title:
Applicant Phone Country CodeMaximum Length:10The country code in the phone number of the permit applicant. -
ApplicantPhoneExtension(optional):
string
Title:
Applicant Phone ExtensionMaximum Length:20The phone number extension of the permit applicant. -
ApplicantPhoneNumber(optional):
string
Title:
Applicant Phone NumberMaximum Length:40The permit applicant phone number. -
ApplicantPostalCode(optional):
string
Title:
Applicant Postal CodeMaximum Length:60The postal code in the permit applicant address. -
ApplicantProfileId(optional):
integer(int64)
Title:
Applicant ProfileThe user profile of the applicant. -
ApplicantProvince(optional):
string
Title:
Applicant ProvinceMaximum Length:60The province in the permit applicant address. -
ApplicantState(optional):
string
Title:
Applicant StateMaximum Length:60The state in the permit applicant address. -
BalanceDue(optional):
number
Title:
Total DueThe application balance due amount. -
Classification(optional):
string
Title:
ClassificationMaximum Length:3The record classification. The classifications can be permit, business license, professional license, or planning and zoning. -
CreatedBy(optional):
string
Title:
Created ByMaximum Length:64The user who created the record. -
CreationDate(optional):
string(date-time)
Title:
Creation DateThe user who last updated the record. -
DelinquentDate(optional):
string(date-time)
Title:
Delinquent DateThe date the license becomes delinquent. -
DistrictName(optional):
string
Title:
DistrictMaximum Length:50The type of the current parcel. -
ExpirationDate(optional):
string(date-time)
Title:
Expiration DateThe date the license or permit is no longer valid. -
ExpirationGraceDate(optional):
string(date-time)
Title:
Grace Period End DateThe application expiry grace date. -
ExtensionsCount(optional):
integer(int32)
Title:
Number of ExtensionsThe application expiry extension count. -
GracePeriod(optional):
integer(int64)
Title:
Grace PeriodThe grace period for the application expiry. -
GracePeriodUom(optional):
string
Title:
Grace Period UOMMaximum Length:5The grace period unit for the application expiry. -
IssueDate(optional):
string(date-time)
Title:
Issue DateThe date the license or permit was issued. Used in the application information component of the Permit Designer. -
LastUpdateDate(optional):
string(date-time)
Title:
Last Updated DateThe date when the record was last updated. -
LastUpdatedBy(optional):
string
Title:
Last Updated ByMaximum Length:64The date when the record was created. -
links(optional):
array Items
Title:
ItemsLink Relations -
LnpRecordId(optional):
string
Title:
Permit IDMaximum Length:50The 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 NameMaximum Length:360The business name of the applicant. For example, a contractor enters his or her contracting business name. -
Owner(optional):
string
Title:
OwnerMaximum Length:150The primary or only owner of the parcel or property. -
OwnerEmailId(optional):
string
Title:
Owner EmailMaximum Length:50The parcel owner email address. -
ParcelAddress1(optional):
string
Title:
Parcel Address Line 1Maximum Length:240The first line of the parcel or property address. -
ParcelAddress2(optional):
string
Title:
Parcel Address Line 2Maximum Length:240The second line of the parcel or property address. -
ParcelCity(optional):
string
Maximum Length:
60The city in the parcel or property address. -
ParcelCountry(optional):
string
Maximum Length:
60The country in the parcel or property address. -
ParcelCounty(optional):
string
Maximum Length:
60The county in the parcel or property address. -
ParcelId(optional):
integer(int64)
Title:
ParcelThe identifier of the record parcel. -
ParcelPostalCode(optional):
string
Maximum Length:
60The postal code in the parcel or property address. -
ParcelProvince(optional):
string
Maximum Length:
60The province in the parcel or property address. -
ParcelState(optional):
string
Maximum Length:
60The state in the parcel or property address. -
ParcelType(optional):
string
Title:
Parcel TypeMaximum Length:30The key of the record parcel. -
PermitDescription(optional):
string
Title:
Permit DescriptionMaximum Length:1000The description of the permit type. -
PermitStatus(optional):
string
Title:
Permit StatusMaximum Length:100The status of the permit record. -
PersonName(optional):
string
Title:
Applicant NameMaximum Length:450The permit applicant name. -
PrimaryContactEmail(optional):
string
Title:
Contact EmailMaximum Length:320The application primary contact email. -
PrimaryContactName(optional):
string
Title:
Location ContactMaximum Length:450The application primary contact name. -
PrimaryContactPhone(optional):
string
Title:
Contact Phone NumberMaximum Length:60The application primary contact phone. -
ProjectKey(optional):
integer(int64)
Title:
ProjectThe project name information for a permit. -
PropertyDescription(optional):
string
Title:
Property DescriptionMaximum Length:240The property description. -
RecordStatus(optional):
string
Maximum Length:
15The status of the record. -
RecordType(optional):
string
Title:
Record TypeMaximum Length:100The permit type. Agencies define the types of permits that they administer, for example, Residential Addition. -
RenewalDate(optional):
string(date-time)
Title:
Renewal DateThe renewal date for the license or permit. -
SecondaryOwner(optional):
string
Title:
Secondary OwnerMaximum Length:150The secondary owner of the parcel or property. -
SubmitDate(optional):
string(date-time)
Title:
Submission DateThe date the license and permit transaction was submitted. Used in the application information component of the Permit Designer. -
SubmittedBy(optional):
string
Title:
Submitted ByMaximum Length:64The user who submitted the application. -
Username(optional):
string
Title:
Applicant User IDMaximum Length:100The user ID of the permit applicant.
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.