Gets a workspace.
curl -i -X GET \
'https://docs.bndry.net/_mock/apis/openapi/api/v1alpha/{name=workspaces/*}'
{ "name": "string", "displayName": "string", "createTime": "2019-08-24T14:15:22Z", "updateTime": "2019-08-24T14:15:22Z", "entities": [ "string" ], "state": "STATE_UNSPECIFIED" }
The maximum number of workspaces to return. The service may return fewer than this value.
A page token, received from a previous ListWorkspaces
call. Provide this to retrieve the subsequent page.
The number of individual resources to skip in the paginated results. This value allows the user to skip a specific number of results.
For example:
If the skip value causes the cursor to move past the end of the collection of results, the response will be 200 OK with an empty result set and no next_page_token.
curl -i -X GET \
'https://docs.bndry.net/_mock/apis/openapi/api/v1alpha/workspaces?filter=string&pageSize=0&pageToken=string&skip=0'
{ "workspaces": [ { … } ], "nextPageToken": "string", "totalSize": 0 }
The workspace to create.
A human-readable name for display purposes.
(IMMUTABLE) The resource names of the form definitions that will be used to create the initial set of workspace forms.
buf:lint:ignore AIP_CORE_0203_FIELD_BEHAVIOR_REQUIRED
curl -i -X POST \
https://docs.bndry.net/_mock/apis/openapi/api/v1alpha/workspaces \
-H 'Content-Type: application/json' \
-d '{
"name": "string",
"displayName": "string",
"formDefinitions": [
"string"
],
"createTime": "2019-08-24T14:15:22Z",
"updateTime": "2019-08-24T14:15:22Z",
"entities": [
"string"
],
"state": "STATE_UNSPECIFIED"
}'
{ "name": "string", "displayName": "string", "createTime": "2019-08-24T14:15:22Z", "updateTime": "2019-08-24T14:15:22Z", "entities": [ "string" ], "state": "STATE_UNSPECIFIED" }
The workspace to update.
A human-readable name for display purposes.
(IMMUTABLE) The resource names of the form definitions that will be used to create the initial set of workspace forms.
buf:lint:ignore AIP_CORE_0203_FIELD_BEHAVIOR_REQUIRED
curl -i -X PATCH \
'https://docs.bndry.net/_mock/apis/openapi/api/v1alpha/{workspace.name=workspaces/*}' \
-H 'Content-Type: application/json' \
-d '{
"name": "string",
"displayName": "string",
"formDefinitions": [
"string"
],
"createTime": "2019-08-24T14:15:22Z",
"updateTime": "2019-08-24T14:15:22Z",
"entities": [
"string"
],
"state": "STATE_UNSPECIFIED"
}'
{ "name": "string", "displayName": "string", "createTime": "2019-08-24T14:15:22Z", "updateTime": "2019-08-24T14:15:22Z", "entities": [ "string" ], "state": "STATE_UNSPECIFIED" }
curl -i -X POST \
'https://docs.bndry.net/_mock/apis/openapi/api/v1alpha/{name=workspaces/*}:close'
{ "name": "string", "displayName": "string", "createTime": "2019-08-24T14:15:22Z", "updateTime": "2019-08-24T14:15:22Z", "entities": [ "string" ], "state": "STATE_UNSPECIFIED" }
curl -i -X POST \
'https://docs.bndry.net/_mock/apis/openapi/api/v1alpha/{name=workspaces/*}:createWorkspaceMagicLink' \
-H 'Content-Type: application/json' \
-d '{
"email": "user@example.com",
"expirationInSeconds": 0
}'
{ "magicLink": "string" }
curl -i -X GET \
'https://docs.bndry.net/_mock/apis/openapi/api/v1alpha/{name=workspaces/*/forms/*}'
Success
(IMMUTABLE) The resource name of the form definition that this form was created from.
The FormKit schema that describes this form.
The response to the form.
Value
represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values. A producer of value is expected to set one of these variants. Absence of any variant indicates an error.
The JSON representation for Value
is JSON value.
Value
represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values. A producer of value is expected to set one of these variants. Absence of any variant indicates an error.
The JSON representation for Value
is JSON value.
Value
represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values. A producer of value is expected to set one of these variants. Absence of any variant indicates an error.
The JSON representation for Value
is JSON value.
The timestamp when the form was added to the workspace.
The timestamp when the form was last updated through this workspace.
{ "name": "string", "formDefinition": "string", "formkitSchema": { "nodes": { … } }, "response": { "property1": {}, "property2": {} }, "createTime": "2019-08-24T14:15:22Z", "updateTime": "2019-08-24T14:15:22Z", "etag": "string" }
The workspace form to update.
(IMMUTABLE) The resource name of the form definition that this form was created from.
The response to the form.
Value
represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values. A producer of value is expected to set one of these variants. Absence of any variant indicates an error.
The JSON representation for Value
is JSON value.
Value
represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values. A producer of value is expected to set one of these variants. Absence of any variant indicates an error.
The JSON representation for Value
is JSON value.
Value
represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values. A producer of value is expected to set one of these variants. Absence of any variant indicates an error.
The JSON representation for Value
is JSON value.
curl -i -X PATCH \
'https://docs.bndry.net/_mock/apis/openapi/api/v1alpha/{workspace_form.name=workspaces/*/forms/*}' \
-H 'Content-Type: application/json' \
-d '{
"name": "string",
"formDefinition": "string",
"formkitSchema": {
"nodes": {
"values": [
{}
]
}
},
"response": {
"property1": {},
"property2": {}
},
"createTime": "2019-08-24T14:15:22Z",
"updateTime": "2019-08-24T14:15:22Z",
"etag": "string"
}'
Success
(IMMUTABLE) The resource name of the form definition that this form was created from.
The FormKit schema that describes this form.
The response to the form.
Value
represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values. A producer of value is expected to set one of these variants. Absence of any variant indicates an error.
The JSON representation for Value
is JSON value.
Value
represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values. A producer of value is expected to set one of these variants. Absence of any variant indicates an error.
The JSON representation for Value
is JSON value.
Value
represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values. A producer of value is expected to set one of these variants. Absence of any variant indicates an error.
The JSON representation for Value
is JSON value.
The timestamp when the form was added to the workspace.
The timestamp when the form was last updated through this workspace.
{ "name": "string", "formDefinition": "string", "formkitSchema": { "nodes": { … } }, "response": { "property1": {}, "property2": {} }, "createTime": "2019-08-24T14:15:22Z", "updateTime": "2019-08-24T14:15:22Z", "etag": "string" }
The maximum number of forms to return. The service may return fewer than this value.
A page token, received from a previous ListWorkspaceForms
call. Provide this to retrieve the subsequent page.
The number of individual resources to skip in the paginated results. This value allows the user to skip a specific number of results.
For example:
If the skip value causes the cursor to move past the end of the collection of results, the response will be 200 OK with an empty result set and no next_page_token.
curl -i -X GET \
'https://docs.bndry.net/_mock/apis/openapi/api/v1alpha/{parent=workspaces/*}/forms?pageSize=0&pageToken=string&skip=0'
{ "workspaceForms": [ { … } ], "nextPageToken": "string", "totalSize": 0 }