Get all incidents

get

/fscmRestApi/resources/11.13.18.05/publicSectorIncidentCommunications

Request

Query Parameters
  • 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).
  • 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
  • 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.
  • 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.
  • 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
  • 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.
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
  • 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
  • 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.
  • 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
  • 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".
  • 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 Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • 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".
  • 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.
Body ()
Root Schema : publicSectorIncidentCommunications
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : publicSectorIncidentCommunications-item-response
Type: object
Show Source
  • Title: Reported by Agency
    Read Only: true
    Maximum Length: 1
    Indicates whether an agency staff member reported the issue.
  • Read Only: true
    The unique identifier for the agency.
  • Title: Code Officer Email
    Read Only: true
    The email address of the code enforcement officer.
  • Title: Code Officer Name
    Read Only: true
    The name of the code enforcement officer.
  • Title: Code Officer Phone
    Read Only: true
    The phone number of the code enforcement officer.
  • Title: Code Technician Email
    Read Only: true
    The email address of the code enforcement technician.
  • Title: Code Technician Name
    Read Only: true
    The name of the code enforcement technician.
  • Title: Code Technician Phone
    Read Only: true
    The phone number of the code enforcement technician.
  • Title: Code Officer
    Read Only: true
    The unique identifier for the code enforcement officer assigned to a particular case.
  • Title: Closed By
    Read Only: true
    Maximum Length: 64
    The person ID of the person who closed the case.
  • Title: Closed Date
    Read Only: true
    The date on which the incident was closed.
  • Title: Closed Reason
    Read Only: true
    Maximum Length: 450
    The reason for closing the incident.
  • Title: Hide Reporter Contact Information
    Read Only: true
    Maximum Length: 1
    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.
  • Title: District ID
    Read Only: true
    Maximum Length: 30
    The unique identifier for the district of the incident location.
  • Title: District Description
    Read Only: true
    Maximum Length: 100
    The description of the district where the issue is located.
  • Title: District Type
    Read Only: true
    Maximum Length: 50
    The unique identifier for the district type that is associated with the issue subtype.
  • Title: District Type Description
    Read Only: true
    Maximum Length: 100
    The description of the district type that is associated with the issue subtype.
  • Title: Potential Duplicate
    Read Only: true
    Maximum Length: 1
    Indicates whether the incident is a potential duplicate.
  • Title: Incident ID
    Read Only: true
    Maximum Length: 50
    The unique identifier for the incident transaction.
  • Read Only: true
    The unique identifier for an incident. This number is created using autonumbering.
  • Read Only: true
    The unique identifier for an intake. This number is system generated.
  • Title: Intake Source
    Read Only: true
    Maximum Length: 30
    The transaction type for the transaction that is the source of an incident.
  • Title: Issue Description
    Read Only: true
    Maximum Length: 1000
    Issue details for the reported incident.
  • Title: Issue Subtype
    Read Only: true
    Maximum Length: 100
    The description of the issue subtype.
  • Title: Issue Subtype ID
    Read Only: true
    Maximum Length: 40
    The code for the issue subtype.
  • Title: Issue Subtype Custom Id
    Read Only: true
    Maximum Length: 50
    The unique identifier for the issue subtype.
  • Title: Issue Type
    Read Only: true
    Maximum Length: 100
    The description of the issue type.
  • Title: Issue Type ID
    Read Only: true
    Maximum Length: 50
    The unique identifier for the issue type.
  • Links
  • Title: Location Description
    Read Only: true
    Maximum Length: 1000
    Additional issue location information, such as an apartment number or descriptive details.
  • Title: Migrated Incident
    Read Only: true
    Maximum Length: 3
    Identifies the migrated incident.
  • Title: Notify
    Read Only: true
    Maximum Length: 1
    Indicates whether the registered user who reported the incident wishes to receive update notifications.
  • Title: Obsolete
    Read Only: true
    Maximum Length: 1
    Indicates whether the issue is obsolete.
  • Title: Source of Incident
    Read Only: true
    Maximum Length: 30
    The identifier for the external source of the incident. Examples of values are 311, CRM, or CX.
  • Title: Parcel
    Read Only: true
    Maximum Length: 30
    The unique identifier for the parcel.
  • Title: Parent ID
    Read Only: true
    Maximum Length: 50
    The ID of the parent incident.
  • Title: Parent Type
    Read Only: true
    Maximum Length: 15
    The type of parent record, either an incident or a case.
  • Title: Primary Issue
    Read Only: true
    Maximum Length: 1
    Indicates whether the issue is the parent of another issue.
  • Title: Priority
    Read Only: true
    Maximum Length: 30
    The incident priority code. Valid values are CRITICAL P1, HIGH P2, MEDIUM P3, and LOW P4.
  • Title: Address 1
    Read Only: true
    Maximum Length: 240
    The first line of the property address for the reported incident.
  • Title: Address 2
    Read Only: true
    Maximum Length: 240
    The second line of the property address for the reported incident.
  • Title: Address 3
    Read Only: true
    Maximum Length: 240
    The third line of the property address for the reported incident.
  • Title: Address 4
    Read Only: true
    Maximum Length: 240
    The fourth line of the property address for the reported incident.
  • Title: City
    Read Only: true
    Maximum Length: 60
    The city of the property address for the reported incident.
  • Title: Country
    Read Only: true
    Maximum Length: 3
    The country of the property address for the reported incident.
  • Title: County
    Read Only: true
    Maximum Length: 60
    The county of the property address for the reported incident.
  • Title: Postal Code
    Read Only: true
    Maximum Length: 60
    The postal code of the property address for the reported incident.
  • Title: Postal Plus Four Code
    Read Only: true
    Maximum Length: 10
    The postal plus code of the property address for the reported incident.
  • Title: Province
    Read Only: true
    Maximum Length: 60
    The province of the property address for the reported incident.
  • Title: State
    Read Only: true
    Maximum Length: 60
    The state of the property address for the reported incident.
  • Title: Referral Code
    Read Only: true
    Maximum Length: 100
    The referral code for the issue. Referral codes are used to refer an issue to another agency or another group within the agency.
  • Title: Type of Referral
    Read Only: true
    Maximum Length: 100
    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.
  • Title: Reporter Email
    Read Only: true
    Maximum Length: 320
    The email address of the incident reporter.
  • Title: Reporter Name
    Read Only: true
    Maximum Length: 150
    The name of the incident reporter.
  • Title: Reporter Phone
    Read Only: true
    Maximum Length: 40
    The phone number of the incident reporter.
  • Title: Review Due Date
    Read Only: true
    The review due date for the issue.
  • Title: Code Technician
    Read Only: true
    The unique identifier for the code enforcement technician who is the reviewer for a particular incident.
  • Title: Status
    Read Only: true
    Maximum Length: 15
    The incident status.
  • Title: Status Description
    Read Only: true
    Maximum Length: 30
    The description of the issue status.
  • Title: Submit Date
    Read Only: true
    The submission date of the issue.
Back to Top