- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
Full name: projects.locations.instances.formDynamicParameters.list
Lists all FormDynamicParameters defined in the instance. Use this method to discover the dynamic field configurations currently active for different investigation forms.
HTTP request
GET https://chronicle.africa-south1.rep.googleapis.com/v1alpha/{parent}/formDynamicParameters Path parameters
| Parameters | |
|---|---|
parent |
Required. The instance to list FormDynamicParameters for. Format: projects/{project}/locations/{location}/instances/{instance} |
Query parameters
| Parameters | |
|---|---|
pageSize |
Optional. The maximum number of FormDynamicParameters to return. The service may return fewer than this value. If unspecified, at most 50 FormDynamicParameters will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |
pageToken |
Optional. A page token, received from a previous When paginating, all other parameters provided to |
filter |
Optional. A filter to apply to the list of FormDynamicParameters. |
orderBy |
Optional. Configures ordering of FormDynamicParameters in the response. |
expand |
Optional. Expand field for getting related data. Supported values: * relatedCustomField example: "?expand=relatedCustomField" |
Request body
The request body must be empty.
Response body
Response message for formDynamicParameters.list.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"formDynamicParameters": [
{
object ( |
| Fields | |
|---|---|
formDynamicParameters[] |
The list of FormDynamicParameters. Ordered by Id by default. |
nextPageToken |
A token, which can be sent as |
totalSize |
The total number of FormDynamicParameters includes filter without pagination. |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/chroniclehttps://www.googleapis.com/auth/chronicle.readonly
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent resource:
chronicle.formDynamicParameters.get
For more information, see the IAM documentation.