Get all violation notices
get
/fscmRestApi/resources/11.13.18.05/publicSectorListViolationNotices
Request
Query Parameters
-
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 -
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:- CompletedNoticesFinder: Finds the completed case notice that matches the specified search criteria.
Finder Variables:- reviewerId; integer; The identifier of the code technician.
- searchValue; string; Finds the completed case notice that matches the specified search value.
- InProgressNoticesFinder: Finds the in-progress case notice that matches the specified search criteria.
Finder Variables:- reviewerId; integer; The identifier of the code technician.
- searchValue; string; Finds the in-progress case notice that matches the specified search value.
- OpenNoticesFinder: Finds the open case notice that matches the specified search criteria.
Finder Variables:- reviewerId; integer; The identifier of the code technician.
- searchValue; string; Finds the open case notice that matches the specified search value.
- PrimaryKey: Finds the case notice that matches the specified search criteria.
Finder Variables:- CaseNoticeKey; integer; The unique identifier of the case notice.
- UnassignedNoticesFinder: Finds the unassigned case notice that matches the specified search criteria.
Finder Variables:- searchValue; string; Finds the unassigned case notice that matches the specified search value.
- CompletedNoticesFinder: Finds the completed case notice that matches the specified search criteria.
-
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.
-
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 -
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 fields. 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
You can use these queryable attributes to filter this collection resource using the q query parameter:- AgencyId; integer; The agency identifier of the case notice.
- AssignedCodeOfficerName; string; The code officer assigned to the case.
- AssignedCodeTechnicianName; string; The code technician assigned to the case.
- AssignedId; string; The unique identifier of the person assigned to the case.
- BipTemplateId; string; The report definition of the case notice.
- CaseContactKey; integer; The unique identifier of the case notice contact.
- CaseId; string; The unique identifier of the case.
- CaseKey; integer; The unique identifier of the case.
- CaseNoticeId; string; The unique identifier of the case notice.
- CaseNoticeKey; integer; The unique identifier of the case notice.
- CaseStatus; string; The status of the case.
- Comments; string; The comments entered about the case notice.
- ComplianceDueDate; string; The compliance due date of case.
- CreationDate; string; The date and time when the row was created.
- IssueSubtype; string; The issue subtype of the case.
- IssueSubtypeId; string; The issue subtype identifier of the case notice.
- IssueTypeId; string; The issue type identifier of the case notice.
- LastUpdateDate; string; The date and time when the row was last updated.
- NoticeSource; string; The source of the case notice.
- NoticeStatus; string; The status of the case notice.
- NoticeStatusText; string; The notice status text of the violation notice.
- NoticeTypeCode; string; The notice type identifier of the case notice.
- NoticeTypeName; string; The name of notice type.
- OutputFormat; string; The output format of the notice generated.
- ProcessInstanceId; string; The process instance identifier of the workflow associated with the case.
- PropertyAddress1; string; The first line for the address of the property related to the case.
- PropertyAddress2; string; The second line for the address of the property related to the case.
- PropertyAddress3; string; The third line for the address of the property related to the case.
- PropertyAddress4; string; The fourth line for the address of the property related to the case.
- PropertyAddressId; integer; The unique identifier of the property address related to the case.
- PropertyCity; string; The city in which the property related to the case is located.
- PropertyCoordinateX; number; The latitude of the property related to the case.
- PropertyCoordinateY; number; The longitude of the property related to the case.
- PropertyCountry; string; The country in which the property related to the case is located.
- PropertyCounty; string; The county in which the property related to the case is located.
- PropertyParcelId; integer; The unique identifier for the property address of the case.
- PropertyPostalCode; string; The postal code of the property related to the case.
- PropertyPostalPluscode; string; The postal plus code of the property related to the case.
- PropertyProvince; string; The province in which the property related to the case is located.
- PropertyState; string; The state in which the property related to the case is located.
- ReceivedDate; string; The date on which the notice was received.
- ResponsiblePartyAddress1; string; The responsible party's address 1.
- ResponsiblePartyAddress2; string; The responsible party's address 2.
- ResponsiblePartyAddress3; string; The responsible party's address 3.
- ResponsiblePartyAddress4; string; The responsible party's address 4.
- ResponsiblePartyCity; string; The responsible party's city.
- ResponsiblePartyCountry; string; The responsible party's country.
- ResponsiblePartyDisplayname; string; The responsible party's display name.
- ResponsiblePartyFirstName; string; The responsible party's first name.
- ResponsiblePartyLastName; string; The responsible party's last name.
- ResponsiblePartyPostal; string; The responsible party's postal code.
- ResponsiblePartyState; string; The responsible party's state.
- ReviewerId; integer; The code technician identifier of the case.
- Sequence; integer; The sequence of the case notice.
- ShippedBy; string; The name of the shipping carrier that is delivering the case notice.
- ShippedDate; string; Date on which the notice was shipped.
- TrackingId; string; The tracking identifier of the shipping carrier delivering the case notice.
-
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".
Header Parameters
-
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.
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 : publicSectorListViolationNotices
Type:
Show Source
object-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
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: array
Items
Title:
ItemsThe items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
LinksThe link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : publicSectorListViolationNotices-item-response
Type:
Show Source
object-
AgencyId: integer
(int32)
Title:
Agency IDRead Only:trueDefault Value:1The agency identifier of the case notice. -
AssignedCodeOfficerName: string
Read Only:
trueMaximum Length:255The code officer assigned to the case. -
AssignedCodeTechnicianName: string
Read Only:
trueMaximum Length:255The code technician assigned to the case. -
AssignedId: string
Read Only:
trueMaximum Length:18The unique identifier of the person assigned to the case. -
BipTemplateId: string
Title:
Report MappingRead Only:trueMaximum Length:32The report definition of the case notice. -
CaseContactKey: integer
(int64)
Read Only:
trueThe unique identifier of the case notice contact. -
CaseContacts: array
Case Contacts
Title:
Case ContactsThe case contact resource is used to view the contact details of a violation notice. Violation notices are used in Code Enforcement cases. -
CaseId: string
Read Only:
trueMaximum Length:50The unique identifier of the case. -
CaseKey: integer
(int64)
Read Only:
trueThe unique identifier of the case. -
CaseNoticeId: string
Title:
Notice IDRead Only:trueMaximum Length:50The unique identifier of the case notice. -
CaseNoticeKey: integer
(int64)
Read Only:
trueThe unique identifier of the case notice. -
CaseStatus: string
Title:
Case StatusRead Only:trueMaximum Length:15The status of the case. -
Comments: string
Title:
CommentsRead Only:trueMaximum Length:1000The comments entered about the case notice. -
ComplianceDueDate: string
(date)
Read Only:
trueThe compliance due date of case. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the row was created. -
IssueSubtype: string
Read Only:
trueMaximum Length:100The issue subtype of the case. -
IssueSubtypeId: string
Read Only:
trueMaximum Length:50The issue subtype identifier of the case notice. -
IssueTypeId: string
Read Only:
trueMaximum Length:50The issue type identifier of the case notice. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the row was last updated. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
NoticeSource: string
Title:
TypeRead Only:trueMaximum Length:15Default Value:ORA_ADHOCThe source of the case notice. -
NoticeStatus: string
Title:
StatusRead Only:trueMaximum Length:15Default Value:ORA_PENDThe status of the case notice. -
NoticeStatusText: string
Read Only:
trueMaximum Length:255The notice status text of the violation notice. -
NoticeTypeCode: string
Read Only:
trueMaximum Length:100The notice type identifier of the case notice. -
NoticeTypeName: string
Title:
NameRead Only:trueMaximum Length:200The name of notice type. -
OutputFormat: string
Read Only:
trueMaximum Length:20Default Value:ORA_PDFThe output format of the notice generated. -
ProcessInstanceId: string
Read Only:
trueMaximum Length:255The process instance identifier of the workflow associated with the case. -
PropertyAddress1: string
Read Only:
trueMaximum Length:240The first line for the address of the property related to the case. -
PropertyAddress2: string
Read Only:
trueMaximum Length:240The second line for the address of the property related to the case. -
PropertyAddress3: string
Read Only:
trueMaximum Length:240The third line for the address of the property related to the case. -
PropertyAddress4: string
Read Only:
trueMaximum Length:240The fourth line for the address of the property related to the case. -
PropertyAddressId: integer
(int64)
Read Only:
trueThe unique identifier of the property address related to the case. -
PropertyCity: string
Read Only:
trueMaximum Length:60The city in which the property related to the case is located. -
PropertyCoordinateX: number
Read Only:
trueThe latitude of the property related to the case. -
PropertyCoordinateY: number
Read Only:
trueThe longitude of the property related to the case. -
PropertyCountry: string
Read Only:
trueMaximum Length:3The country in which the property related to the case is located. -
PropertyCounty: string
Read Only:
trueMaximum Length:60The county in which the property related to the case is located. -
PropertyParcelId: integer
(int64)
Read Only:
trueThe unique identifier for the property address of the case. -
PropertyPostalCode: string
Read Only:
trueMaximum Length:60The postal code of the property related to the case. -
PropertyPostalPluscode: string
Read Only:
trueMaximum Length:10The postal plus code of the property related to the case. -
PropertyProvince: string
Read Only:
trueMaximum Length:60The province in which the property related to the case is located. -
PropertyState: string
Read Only:
trueMaximum Length:60The state in which the property related to the case is located. -
ReceivedDate: string
(date-time)
Title:
Received DateRead Only:trueThe date on which the notice was received. -
ResponsiblePartyAddress1: string
Read Only:
trueMaximum Length:240The responsible party's address 1. -
ResponsiblePartyAddress2: string
Read Only:
trueMaximum Length:240The responsible party's address 2. -
ResponsiblePartyAddress3: string
Read Only:
trueMaximum Length:240The responsible party's address 3. -
ResponsiblePartyAddress4: string
Read Only:
trueMaximum Length:240The responsible party's address 4. -
ResponsiblePartyCity: string
Read Only:
trueMaximum Length:60The responsible party's city. -
ResponsiblePartyCountry: string
Read Only:
trueMaximum Length:3The responsible party's country. -
ResponsiblePartyDisplayname: string
Read Only:
trueMaximum Length:255The responsible party's display name. -
ResponsiblePartyFirstName: string
Title:
First NameRead Only:trueMaximum Length:150The responsible party's first name. -
ResponsiblePartyLastName: string
Title:
Last NameRead Only:trueMaximum Length:150The responsible party's last name. -
ResponsiblePartyPostal: string
Read Only:
trueMaximum Length:60The responsible party's postal code. -
ResponsiblePartyState: string
Read Only:
trueMaximum Length:60The responsible party's state. -
ReviewerId: integer
(int64)
Read Only:
trueThe code technician identifier of the case. -
Sequence: integer
(int32)
Read Only:
trueDefault Value:0The sequence of the case notice. -
ShippedBy: string
Title:
Carrier NameRead Only:trueMaximum Length:500The name of the shipping carrier that is delivering the case notice. -
ShippedDate: string
(date-time)
Title:
Sent DateRead Only:trueDate on which the notice was shipped. -
TrackingId: string
Title:
Tracking NumberRead Only:trueMaximum Length:500The tracking identifier of the shipping carrier delivering the case notice.
Nested Schema : Case Contacts
Type:
arrayTitle:
Case ContactsThe case contact resource is used to view the contact details of a violation notice. Violation notices are used in Code Enforcement cases.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : publicSectorListViolationNotices-CaseContacts-item-response
Type:
Show Source
object-
AccessApprovedBy: string
Maximum Length:
64The approver for the case access request. -
AccessApprovedByUser: string
Read Only:
trueThe approver user name for the case access request. -
AccessApprovedDate: string
(date-time)
The approval date for the case access request.
-
AccessComments: string
Maximum Length:
1000The access comments provided by the case contact. -
AccessStatus: string
Title:
Online Access StatusMaximum Length:30Default Value:ORA_NAThe access status of the case contact. -
Address1: string
Maximum Length:
240The first line for the address of the contact related to the case. -
Address2: string
Maximum Length:
240The second line for the address of the contact related to the case. -
Address3: string
Maximum Length:
240The third line for the address of the contact related to the case. -
Address4: string
Maximum Length:
240The fourth line for the address of the contact related to the case. -
AgencyComments: string
Maximum Length:
1000The comments by the agency staff. -
BusinessName: string
Maximum Length:
254The business name of the case contact. -
CaseContactKey: integer
(int64)
The unique identifier of the case contact.
-
CaseContactPuid: string
Maximum Length:
480The public unique identifier of the migrated case contact record. -
CaseKey: integer
(int64)
The unique identifier of the case.
-
CasePuid: string
Maximum Length:
480The public unique identifier of the migrated case record. -
City: string
Maximum Length:
60The city in which the contact related to the case is located. -
ClaimantContactType: string
Read Only:
trueMaximum Length:255The meaning of the contact type code. -
ClaimantUserName: string
Read Only:
trueThe username of the case claimant. -
ContactAccessStatus: string
Read Only:
trueMaximum Length:255The meaning of the access status code. -
ContactFullname: string
Read Only:
trueMaximum Length:255The full name of the responsible party. -
ContactPartyId: integer
(int64)
The party identifier of the case contact.
-
ContactPartyPuid: string
The public unique identifier of the contact party record.
-
ContactType: string
Title:
TypeMaximum Length:15Default Value:ORA_OWNERThe type of case contact. -
Country: string
Maximum Length:
3The country in which the contact related to the case is located. -
County: string
Maximum Length:
60The county in which the contact related to the case is located. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The name of the user who created the row. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the row was created. -
EmailAddress: string
Maximum Length:
254The email address of the case contact. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the row was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The name of the user who last updated the row. -
LastUpdatedByUser: string
Read Only:
trueThe name of the user who last updated the record. -
LegacyApproverName: string
Maximum Length:
100The legacy system approval user name for migrated data. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PersonFirstName: string
Title:
First NameMaximum Length:150The first name of the case contact. -
PersonLastName: string
Title:
Last NameMaximum Length:150The last name of the case contact. -
PersonMiddleName: string
Title:
Middle NameMaximum Length:60The middle name of the case contact. -
PersonNameSuffix: string
Title:
Name SuffixMaximum Length:30The suffix name for the case contact. -
PersonTitle: string
Title:
TitleMaximum Length:60The title of case contact name. -
PhoneAreaCode: string
Maximum Length:
10The responsible party phone area code. -
PhoneCountryCode: string
Maximum Length:
10The responsible party phone country code. -
PhoneExtension: string
Maximum Length:
20The responsible party phone extension code. -
PhoneNumber: string
Maximum Length:
100The phone number of the case contact. -
PostalCode: string
Maximum Length:
60The postal code of the contact related to the case. -
PostalPlusCode: string
Maximum Length:
10The postal plus code of the contact related to the case. -
PrimaryFlag: boolean
Title:
PrimaryMaximum Length:1Default Value:trueIndicates if the contact is the primary contact for the case. -
Province: string
Maximum Length:
60The province in which the contact related to the case is located. -
State: string
Maximum Length:
60The state in which the contact related to the case is located. -
Status: string
Maximum Length:
1Indicates the active or inactive status of the responsible party. -
UserEmail: string
Maximum Length:
254The email address of the access request user. -
UserFirstName: string
Maximum Length:
150The first name of the case claimant. -
UserLastName: string
Maximum Length:
150The last name of the case claimant. -
UserPhoneAreaCode: string
Maximum Length:
10The phone area code of the access request user. -
UserPhoneCountryCode: string
Maximum Length:
10The phone country code of the access request user. -
UserPhoneExtension: string
Maximum Length:
20The phone extension of the access request user. -
UserPhoneNumber: string
Maximum Length:
100The phone number of the access request user.
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.