Get all incidents
get
/fscmRestApi/resources/11.13.18.05/publicSectorIncidentCommunications
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:- PrimaryKey: Finds an incident with a specified incident identifier.
Finder Variables:- IncidentKey; integer; The unique identifier of the incident.
- PrimaryKey: Finds an incident with a specified incident identifier.
-
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:- AgencyFlag; string; Indicates whether an agency staff member reported the issue.
- AgencyId; integer; The unique identifier for the agency.
- AssignedCodeOfficerEmail; string; The email address of the code enforcement officer.
- AssignedCodeOfficerName; string; The name of the code enforcement officer.
- AssignedCodeOfficerPhone; string; The phone number of the code enforcement officer.
- AssignedCodeTechnicianEmail; string; The email address of the code enforcement technician.
- AssignedCodeTechnicianName; string; The name of the code enforcement technician.
- AssignedCodeTechnicianPhone; string; The phone number of the code enforcement technician.
- AssignedId; integer; The unique identifier for the code enforcement officer assigned to a particular case.
- ClosedBy; string; The person ID of the person who closed the case.
- ClosedDate; string; The date on which the incident was closed.
- ClosedReason; string; The reason for closing the incident.
- DisclosureFlag; string; Indicates whether the person who reported the incident chose to keep their information private. This indicator is used when agencies do not accept anonymous incidents, but do provide an option to hide private information. A value of Y means that the information is to be kept private.
- DistrictId; string; The unique identifier for the district of the incident location.
- DistrictIdDescr; string; The description of the district where the issue is located.
- DistrictType; string; The unique identifier for the district type that is associated with the issue subtype.
- DistrictTypeDescr; string; The description of the district type that is associated with the issue subtype.
- DuplicateFlag; string; Indicates whether the incident is a potential duplicate.
- IncidentId; string; The unique identifier for the incident transaction.
- IncidentKey; integer; The unique identifier for an incident. This number is created using autonumbering.
- IntakeKey; integer; The unique identifier for an intake. This number is system generated.
- IntakeSource; string; The transaction type for the transaction that is the source of an incident.
- IssueDescription; string; Issue details for the reported incident.
- IssueSubtype; string; The description of the issue subtype.
- IssueSubtypeCode; string; The code for the issue subtype.
- IssueSubtypeId; string; The unique identifier for the issue subtype.
- IssueType; string; The description of the issue type.
- IssueTypeId; string; The unique identifier for the issue type.
- LocationDescr; string; Additional issue location information, such as an apartment number or descriptive details.
- MigratedDataFlag; string; Identifies the migrated incident.
- NotifyMeFlag; string; Indicates whether the registered user who reported the incident wishes to receive update notifications.
- ObsoleteFlag; string; Indicates whether the issue is obsolete.
- OriginatorSource; string; The identifier for the external source of the incident. Examples of values are 311, CRM, or CX.
- ParcelIdEntered; string; The unique identifier for the parcel.
- ParentId; string; The ID of the parent incident.
- ParentType; string; The type of parent record, either an incident or a case.
- PrimaryIssueFlag; string; Indicates whether the issue is the parent of another issue.
- Priority; string; The incident priority code. Valid values are CRITICAL P1, HIGH P2, MEDIUM P3, and LOW P4.
- PropertyAddress1; string; The first line of the property address for the reported incident.
- PropertyAddress2; string; The second line of the property address for the reported incident.
- PropertyAddress3; string; The third line of the property address for the reported incident.
- PropertyAddress4; string; The fourth line of the property address for the reported incident.
- PropertyCity; string; The city of the property address for the reported incident.
- PropertyCountry; string; The country of the property address for the reported incident.
- PropertyCounty; string; The county of the property address for the reported incident.
- PropertyPostalCode; string; The postal code of the property address for the reported incident.
- PropertyPostalPlusFourCode; string; The postal plus code of the property address for the reported incident.
- PropertyProvince; string; The province of the property address for the reported incident.
- PropertyState; string; The state of the property address for the reported incident.
- ReferralCode; string; The referral code for the issue. Referral codes are used to refer an issue to another agency or another group within the agency.
- ReferralType; string; The referral type for the issue. Referral types are used to identify the department, agency, or other group that an incident has been referred to.
- ReporterEmail; string; The email address of the incident reporter.
- ReporterName; string; The name of the incident reporter.
- ReporterPhone; string; The phone number of the incident reporter.
- ReviewDueDate; string; The review due date for the issue.
- ReviewerId; integer; The unique identifier for the code enforcement technician who is the reviewer for a particular incident.
- Status; string; The incident status.
- StatusName; string; The description of the issue status.
- SubmitDate; string; The submission date of the issue.
-
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(required):
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(required):
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 : publicSectorIncidentCommunications
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 : publicSectorIncidentCommunications-item-response
Type:
Show Source
object-
AgencyFlag: string
Title:
Reported by AgencyRead Only:trueMaximum Length:1Indicates whether an agency staff member reported the issue. -
AgencyId: integer
(int32)
Read Only:
trueThe unique identifier for the agency. -
AssignedCodeOfficerEmail: string
Title:
Code Officer EmailRead Only:trueThe email address of the code enforcement officer. -
AssignedCodeOfficerName: string
Title:
Code Officer NameRead Only:trueThe name of the code enforcement officer. -
AssignedCodeOfficerPhone: string
Title:
Code Officer PhoneRead Only:trueThe phone number of the code enforcement officer. -
AssignedCodeTechnicianEmail: string
Title:
Code Technician EmailRead Only:trueThe email address of the code enforcement technician. -
AssignedCodeTechnicianName: string
Title:
Code Technician NameRead Only:trueThe name of the code enforcement technician. -
AssignedCodeTechnicianPhone: string
Title:
Code Technician PhoneRead Only:trueThe phone number of the code enforcement technician. -
AssignedId: integer
(int64)
Title:
Code OfficerRead Only:trueThe unique identifier for the code enforcement officer assigned to a particular case. -
ClosedBy: string
Title:
Closed ByRead Only:trueMaximum Length:64The person ID of the person who closed the case. -
ClosedDate: string
(date-time)
Title:
Closed DateRead Only:trueThe date on which the incident was closed. -
ClosedReason: string
Title:
Closed ReasonRead Only:trueMaximum Length:450The reason for closing the incident. -
DisclosureFlag: string
Title:
Hide Reporter Contact InformationRead Only:trueMaximum Length:1Indicates whether the person who reported the incident chose to keep their information private. This indicator is used when agencies do not accept anonymous incidents, but do provide an option to hide private information. A value of Y means that the information is to be kept private. -
DistrictId: string
Title:
District IDRead Only:trueMaximum Length:30The unique identifier for the district of the incident location. -
DistrictIdDescr: string
Title:
District DescriptionRead Only:trueMaximum Length:100The description of the district where the issue is located. -
DistrictType: string
Title:
District TypeRead Only:trueMaximum Length:50The unique identifier for the district type that is associated with the issue subtype. -
DistrictTypeDescr: string
Title:
District Type DescriptionRead Only:trueMaximum Length:100The description of the district type that is associated with the issue subtype. -
DuplicateFlag: string
Title:
Potential DuplicateRead Only:trueMaximum Length:1Indicates whether the incident is a potential duplicate. -
IncidentId: string
Title:
Incident IDRead Only:trueMaximum Length:50The unique identifier for the incident transaction. -
IncidentKey: integer
(int64)
Read Only:
trueThe unique identifier for an incident. This number is created using autonumbering. -
IntakeKey: integer
(int64)
Read Only:
trueThe unique identifier for an intake. This number is system generated. -
IntakeSource: string
Title:
Intake SourceRead Only:trueMaximum Length:30The transaction type for the transaction that is the source of an incident. -
IssueDescription: string
Title:
Issue DescriptionRead Only:trueMaximum Length:1000Issue details for the reported incident. -
IssueSubtype: string
Title:
Issue SubtypeRead Only:trueMaximum Length:100The description of the issue subtype. -
IssueSubtypeCode: string
Title:
Issue Subtype IDRead Only:trueMaximum Length:40The code for the issue subtype. -
IssueSubtypeId: string
Title:
Issue Subtype Custom IdRead Only:trueMaximum Length:50The unique identifier for the issue subtype. -
IssueType: string
Title:
Issue TypeRead Only:trueMaximum Length:100The description of the issue type. -
IssueTypeId: string
Title:
Issue Type IDRead Only:trueMaximum Length:50The unique identifier for the issue type. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LocationDescr: string
Title:
Location DescriptionRead Only:trueMaximum Length:1000Additional issue location information, such as an apartment number or descriptive details. -
MigratedDataFlag: string
Title:
Migrated IncidentRead Only:trueMaximum Length:3Identifies the migrated incident. -
NotifyMeFlag: string
Title:
NotifyRead Only:trueMaximum Length:1Indicates whether the registered user who reported the incident wishes to receive update notifications. -
ObsoleteFlag: string
Title:
ObsoleteRead Only:trueMaximum Length:1Indicates whether the issue is obsolete. -
OriginatorSource: string
Title:
Source of IncidentRead Only:trueMaximum Length:30The identifier for the external source of the incident. Examples of values are 311, CRM, or CX. -
ParcelIdEntered: string
Title:
ParcelRead Only:trueMaximum Length:30The unique identifier for the parcel. -
ParentId: string
Title:
Parent IDRead Only:trueMaximum Length:50The ID of the parent incident. -
ParentType: string
Title:
Parent TypeRead Only:trueMaximum Length:15The type of parent record, either an incident or a case. -
PrimaryIssueFlag: string
Title:
Primary IssueRead Only:trueMaximum Length:1Indicates whether the issue is the parent of another issue. -
Priority: string
Title:
PriorityRead Only:trueMaximum Length:30The incident priority code. Valid values are CRITICAL P1, HIGH P2, MEDIUM P3, and LOW P4. -
PropertyAddress1: string
Title:
Address 1Read Only:trueMaximum Length:240The first line of the property address for the reported incident. -
PropertyAddress2: string
Title:
Address 2Read Only:trueMaximum Length:240The second line of the property address for the reported incident. -
PropertyAddress3: string
Title:
Address 3Read Only:trueMaximum Length:240The third line of the property address for the reported incident. -
PropertyAddress4: string
Title:
Address 4Read Only:trueMaximum Length:240The fourth line of the property address for the reported incident. -
PropertyCity: string
Title:
CityRead Only:trueMaximum Length:60The city of the property address for the reported incident. -
PropertyCountry: string
Title:
CountryRead Only:trueMaximum Length:3The country of the property address for the reported incident. -
PropertyCounty: string
Title:
CountyRead Only:trueMaximum Length:60The county of the property address for the reported incident. -
PropertyPostalCode: string
Title:
Postal CodeRead Only:trueMaximum Length:60The postal code of the property address for the reported incident. -
PropertyPostalPlusFourCode: string
Title:
Postal Plus Four CodeRead Only:trueMaximum Length:10The postal plus code of the property address for the reported incident. -
PropertyProvince: string
Title:
ProvinceRead Only:trueMaximum Length:60The province of the property address for the reported incident. -
PropertyState: string
Title:
StateRead Only:trueMaximum Length:60The state of the property address for the reported incident. -
ReferralCode: string
Title:
Referral CodeRead Only:trueMaximum Length:100The referral code for the issue. Referral codes are used to refer an issue to another agency or another group within the agency. -
ReferralType: string
Title:
Type of ReferralRead Only:trueMaximum Length:100The referral type for the issue. Referral types are used to identify the department, agency, or other group that an incident has been referred to. -
ReporterEmail: string
Title:
Reporter EmailRead Only:trueMaximum Length:320The email address of the incident reporter. -
ReporterName: string
Title:
Reporter NameRead Only:trueMaximum Length:150The name of the incident reporter. -
ReporterPhone: string
Title:
Reporter PhoneRead Only:trueMaximum Length:40The phone number of the incident reporter. -
ReviewDueDate: string
(date-time)
Title:
Review Due DateRead Only:trueThe review due date for the issue. -
ReviewerId: integer
(int64)
Title:
Code TechnicianRead Only:trueThe unique identifier for the code enforcement technician who is the reviewer for a particular incident. -
Status: string
Title:
StatusRead Only:trueMaximum Length:15The incident status. -
StatusName: string
Title:
Status DescriptionRead Only:trueMaximum Length:30The description of the issue status. -
SubmitDate: string
(date-time)
Title:
Submit DateRead Only:trueThe submission date of the issue.
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.