Get a case
get
/fscmRestApi/resources/11.13.18.05/publicSectorUserCases/{CaseKey}
Request
Path Parameters
-
CaseKey: integer
The unique identifier of the case.
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 -
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
Response
Supported Media Types
- application/vnd.oracle.adf.resourceitem+json
- application/json
Default Response
The following table describes the default response for this task.
Root Schema : publicSectorUserCases-item
Type:
Show Source
object-
ActiveInspection(optional):
string
Maximum Length:
255A flag to indicate whether there is an active inspection for the case. -
AllowCaseAppeals(optional):
array Allow Case Appeals
Title:
Allow Case AppealsThe allow case appeal resource is used to view a case appeal allowance. Case appeals are used in code enforcement cases. -
AppealCreationDate(optional):
string(date-time)
Title:
Appeal Requested OnThe date when an appeal for the case was submitted. -
AppealHearingDate(optional):
string(date-time)
Title:
Hearing Scheduled ForThe date when the hearing for the appeal is scheduled. -
CaseId(optional):
string
Title:
Case IDMaximum Length:50The identifier of the case. -
CaseKey(optional):
integer(int64)
The unique identifier of the case.
-
CitationCount(optional):
integer(int32)
The number of citations issued for the case.
-
CodeOfficerDisplayName(optional):
string
Title:
Code OfficerMaximum Length:255The name of the code officer assigned to the case. -
CodeOfficerPhoneNumber(optional):
string
Title:
Code Officer Phone NumberMaximum Length:255The phone number of the code officer assigned to the case. -
ComplianceDueDate(optional):
string(date)
Title:
Compliance DateThe compliance date of the case. -
CurrencyCode(optional):
string
Maximum Length:
255The currency code associated with the fees for the case. -
EarliestDueAmount(optional):
number
The fee amount that is due on the earliest due date for the case.
-
EarliestDueDate(optional):
string(date)
Title:
Due OnThe earliest date for which fees are due for the case. -
HearingBody(optional):
string
The name of the hearing body that has scheduled the hearing.
-
IssueDescription(optional):
string
Title:
Issue DescriptionMaximum Length:1000The description of the issue. -
IssueSubtype(optional):
string
Title:
Issue SubtypeMaximum Length:100The name of the issue subtype associated with the case. -
IssueType(optional):
string
Title:
Issue TypeMaximum Length:100The name of the issue type associated with the case. -
links(optional):
array Items
Title:
ItemsLink Relations -
PropertyAddress1(optional):
string
Title:
Address Line 1Maximum Length:240The first line of the property address of the case. -
PropertyAddress2(optional):
string
Title:
Address Line 2Maximum Length:240The second line of the property address of the case. -
PropertyAddress3(optional):
string
Title:
Address Line 3Maximum Length:240The third line of the property address of the case. -
PropertyAddress4(optional):
string
Title:
Address Line 4Maximum Length:240The fourth line of the property address of the case. -
PropertyCity(optional):
string
Title:
CityMaximum Length:60The city of the property address of the case. -
PropertyCountry(optional):
string
Maximum Length:
3The country of the property address of the case. -
PropertyCounty(optional):
string
Maximum Length:
60The county of the property address of the case. -
PropertyPostalCode(optional):
string
Maximum Length:
60The postal code of the property address of the case. -
PropertyPostalPlusFourCode(optional):
string
Maximum Length:
10The postal plus code of the property address of the case. -
PropertyProvince(optional):
string
Maximum Length:
60The province of the property address of the case. -
PropertyState(optional):
string
Title:
State NameMaximum Length:60The state of the property address of the case. -
Status(optional):
string
Title:
Case StatusMaximum Length:15The status of the case. -
StatusName(optional):
string
Title:
StatusMaximum Length:30The name of the status of the case. -
SubmitDate(optional):
string(date-time)
Title:
Submitted OnThe date when the case was submitted. -
TotalCaseFees(optional):
number
Title:
Total DueTotal fees to be paid for the case. -
TotalFeesPaid(optional):
number
Title:
Total PaidTotal fee amount that is paid for the case. -
TotalPaymentInProcess(optional):
number
Title:
Payment in ProgressTotal fee amount for the case for which payment is in process. -
UserNotices(optional):
array User Notices
Title:
User NoticesThe user notice resource is used to view a notice issued to a user. Notices can be issued for code enforcement violations or citations.
Nested Schema : Allow Case Appeals
Type:
arrayTitle:
Allow Case AppealsThe allow case appeal resource is used to view a case appeal allowance. Case appeals are used in code enforcement cases.
Show Source
Nested Schema : User Notices
Type:
arrayTitle:
User NoticesThe user notice resource is used to view a notice issued to a user. Notices can be issued for code enforcement violations or citations.
Show Source
Nested Schema : publicSectorUserCases-AllowCaseAppeals-item
Type:
Show Source
object-
AppealDueDate(optional):
string(date)
Title:
Appeal ByThe last date by which a user can submit an appeal for the case. -
CaseKey(optional):
integer(int64)
The unique identifier of the case.
-
DenyReasonCode(optional):
string
The reason due to which appeal is not allowed for the case.
-
IsAppealAllowed(optional):
boolean
Indicates whether appeal is allowed.
-
links(optional):
array Items
Title:
ItemsLink Relations
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.
Nested Schema : publicSectorUserCases-UserNotices-item
Type:
Show Source
object-
CaseKey(optional):
integer(int64)
The unique identifier of the case associated with the case notice.
-
CaseNoticeId(optional):
string
Title:
Notice IDMaximum Length:50The identifier of the case notice. -
CaseNoticeKey(optional):
integer(int64)
The unique identifier of the case notice.
-
GeneratedDate(optional):
string(date-time)
Title:
Generated DateThe date of generation of the case notice. -
links(optional):
array Items
Title:
ItemsLink Relations