Skip to content

List All Form Fields with GET method.

GET
/api/shape/csd/namespaces/{namespace}/formFields
curl --request GET \
--url https://example-corp.console.ves.volterra.io/api/v1/api/production/us-east-1/namespaces/default/api/shape/csd/namespaces/example/formFields \
--header 'Authorization: <Authorization>'

List form fields for all the scripts depending on start time and end time with GET method.

Examples of this operation.

namespace
required
string

Namespace Namespace.

start_time
string

X-required format: unix epoch timestamp in seconds fetch form fields whose timestamp >= start_time.

end_time
string

X-required format: unix epoch timestamp in seconds fetch form fields whose timestamp <= end_time.

A successful response.

Media typeapplication/json
ListFormFieldsGetResponse

Response to list form fields of all the scripts with GET method.

object
form_fields
form_fields

List of form fields for all the scripts.

Array<object>
FormField

Form field info of all the scripts.

object
analysis
object
updated_by
updated_by

Updated by.

string
<= 1024 characters
value
value

Value of the form field analysed by Client side defense.

string
>= 3 characters <= 1024 characters
associated_scripts
associated_scripts

Associated script which read the form field first.

Array<string>
first_read
first_read

Format: unix epoch timestamp in milliseconds First read time.

string
<= 1024 characters
id
id

ID of the form field.

string
>= 1 <= 4094 <= 1024 characters
last_read
last_read

Format: unix epoch timestamp in milliseconds Last read time.

string
<= 1024 characters
locations
locations

Locations where the form field is present.

Array<string>
name
name

Name of the form field.

string
>= 6 characters <= 1024 characters
total_size
total_size

Total size of scripts.

integer format: int32
Examplegenerated
{
"form_fields": [
{
"analysis": {
"updated_by": "example",
"value": "example"
},
"associated_scripts": [
"example"
],
"first_read": "example",
"id": "example",
"last_read": "example",
"locations": [
"example"
],
"name": "example"
}
],
"total_size": 1
}

Returned when operation is not authorized.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when there is no permission to access resource.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when resource is not found.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when operation on resource is conflicting with current value.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when operation has been rejected as it is happening too frequently.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when server encountered an error in processing API.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when service is unavailable temporarily.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when server timed out processing request.

Media typeapplication/json
string format: string
Examplegenerated
example