Mutations
createSnapshotExportJob
MUTATION
createSnapshotExportJob(input: CreateSnapshotExportJobInput!): CreateSnapshotExportJobArguments
input
required
Returns
snapshotExportJob
Mutation
mutation CreateSnapshotExportJob($input: CreateSnapshotExportJobInput!) {
createSnapshotExportJob(input: $input) {
snapshotExportJob {
LastSessionId
_created
_etag
_updated
createdBy {
LastSessionId
Organization {
__typename
}
_ActiveSessionsCount
_AnalyticsCredentialCount
_ApiKeysCount
_PermissionGroupsCount
}
createdByApiClient {
id
name
}
}
}
}Variables
{
"input": {
"type": "ATTACHMENTS"
}
}Response
{
"data": {
"createSnapshotExportJob": {
"snapshotExportJob": {
"LastSessionId": "string",
"_created": "value",
"_etag": "string",
"_updated": "value",
"createdBy": {
"LastSessionId": "string",
"Organization": {
"__typename": "Organization"
},
"_ActiveSessionsCount": 1,
"_AnalyticsCredentialCount": 1,
"_ApiKeysCount": 1,
"_PermissionGroupsCount": 1
},
"createdByApiClient": {
"id": 1,
"name": "string"
}
}
}
}
}Was this page helpful?
⌘I
Mutation
mutation CreateSnapshotExportJob($input: CreateSnapshotExportJobInput!) {
createSnapshotExportJob(input: $input) {
snapshotExportJob {
LastSessionId
_created
_etag
_updated
createdBy {
LastSessionId
Organization {
__typename
}
_ActiveSessionsCount
_AnalyticsCredentialCount
_ApiKeysCount
_PermissionGroupsCount
}
createdByApiClient {
id
name
}
}
}
}Variables
{
"input": {
"type": "ATTACHMENTS"
}
}Response
{
"data": {
"createSnapshotExportJob": {
"snapshotExportJob": {
"LastSessionId": "string",
"_created": "value",
"_etag": "string",
"_updated": "value",
"createdBy": {
"LastSessionId": "string",
"Organization": {
"__typename": "Organization"
},
"_ActiveSessionsCount": 1,
"_AnalyticsCredentialCount": 1,
"_ApiKeysCount": 1,
"_PermissionGroupsCount": 1
},
"createdByApiClient": {
"id": 1,
"name": "string"
}
}
}
}
}