Method used to perform an search on asset qualifications.
post
/fscmRestApi/resources/11.13.18.05/installedBaseAssets/{AssetId}/child/assetQualifications/action/findByAdvancedSearchQuery
Method used to perform a search on asset qualifications based on qualification requirements.
Request
Path Parameters
-
AssetId(required): integer(int64)
Value that uniquely identifies the asset. The application generates this value when it creates the asset. This attribute is read-only.
Header Parameters
-
Metadata-Context: string
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: string
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.
Supported Media Types
- application/vnd.oracle.adf.action+json
Root Schema : schema
Type:
Show Source
object-
autocompleteQuery: string
Identifies the auto complete query to be used by the custom method to get the asset qualifications result.
-
displayFields: array
displayFields
Identifies the fields to be returned by the custom method.
-
filters: array
filters
Identifies the filter criteria to be used by the custom method to filter the asset qualifications result.
-
limit: number
Value that identifies the number of rows to be returned for pagination support.
-
offset: number
Value that identifies the offset for pagination support.
-
query: string
Identifies the query to be used by the custom method to get the asset qualifications result.
-
searchFields: array
searchFields
Identifies the fields on which the search has to performed by the custom method.
-
sort: array
sort
Identifies the sort criteria to be used by the custom method to sort the asset qualifications result.
Nested Schema : displayFields
Type:
arrayIdentifies the fields to be returned by the custom method.
Show Source
Nested Schema : filters
Type:
arrayIdentifies the filter criteria to be used by the custom method to filter the asset qualifications result.
Show Source
-
Array of:
object items
Additional Properties Allowed: additionalProperties
Nested Schema : searchFields
Type:
arrayIdentifies the fields on which the search has to performed by the custom method.
Show Source
Nested Schema : sort
Type:
arrayIdentifies the sort criteria to be used by the custom method to sort the asset qualifications result.
Show Source
-
Array of:
object items
Additional Properties Allowed: additionalProperties
Response
Supported Media Types
- application/json
- application/vnd.oracle.adf.actionresult+json
Default Response
The following table describes the default response for this task.
Root Schema : schema
Type:
Show Source
object-
result(required): object
result
Additional Properties Allowed: additionalPropertiesIf the action is completed successfully, then the search result returns the asset qualifications.
Nested Schema : result
Type:
objectAdditional Properties Allowed
Show Source
If the action is completed successfully, then the search result returns the asset qualifications.
Nested Schema : additionalProperties
Type:
Show Source
array-
Array of:
object items
Additional Properties Allowed: additionalProperties