{ "uuid": "06d1f88f-a749-4075-ae00-9ceff3879928", "lastMigration": 29, "name": "Street View Publish API", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "2d0e9b17-1005-492f-a705-9d519476e66e", "documentation": "After the client finishes uploading the photo with the returned UploadRef, CreatePhoto publishes the uploaded Photo to Street View on Google Maps. Currently, the only way to set heading, pitch, and roll in CreatePhoto is through the [Photo Sphere XMP metadata](https://developers.google.com/streetview/spherical-metadata) in the photo bytes. CreatePhoto ignores the `pose.heading`, `pose.pitch`, `pose.roll`, `pose.altitude`, and `pose.level` fields in Pose. This method returns the following error codes: * google.rpc.Code.INVALID_ARGUMENT if the request is malformed or if the uploaded photo is not a 360 photo. * google.rpc.Code.NOT_FOUND if the upload reference does not exist. * google.rpc.Code.RESOURCE_EXHAUSTED if the account has reached the storage limit.", "method": "post", "endpoint": "v1/photo", "responses": [ { "uuid": "061edb94-b347-47eb-8fd7-7ee55a9f32f9", "body": "{\n \"captureTime\": \"\",\n \"connections\": [\n {\n \"target\": {\n \"id\": \"\"\n }\n }\n ],\n \"downloadUrl\": \"\",\n \"mapsPublishStatus\": \"{{oneOf (array 'UNSPECIFIED_MAPS_PUBLISH_STATUS' 'PUBLISHED' 'REJECTED_UNKNOWN')}}\",\n \"photoId\": {\n \"id\": \"\"\n },\n \"places\": [\n {\n \"languageCode\": \"\",\n \"name\": \"\",\n \"placeId\": \"\"\n }\n ],\n \"pose\": {\n \"accuracyMeters\": {{faker 'number.float'}},\n \"altitude\": {{faker 'number.float'}},\n \"gpsRecordTimestampUnixEpoch\": \"\",\n \"heading\": {{faker 'number.float'}},\n \"latLngPair\": {\n \"latitude\": {{faker 'number.float'}},\n \"longitude\": {{faker 'number.float'}}\n },\n \"level\": {\n \"name\": \"\",\n \"number\": {{faker 'number.float'}}\n },\n \"pitch\": {{faker 'number.float'}},\n \"roll\": {{faker 'number.float'}}\n },\n \"shareLink\": \"\",\n \"thumbnailUrl\": \"\",\n \"transferStatus\": \"{{oneOf (array 'TRANSFER_STATUS_UNKNOWN' 'NEVER_TRANSFERRED' 'PENDING' 'COMPLETED' 'REJECTED' 'EXPIRED' 'CANCELLED' 'RECEIVED_VIA_TRANSFER')}}\",\n \"uploadReference\": {\n \"uploadUrl\": \"\"\n },\n \"uploadTime\": \"\",\n \"viewCount\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c0fecfcf-4ada-4174-bc5b-f56b9f153a46", "documentation": "Updates the metadata of a Photo, such as pose, place association, connections, etc. Changing the pixels of a photo is not supported. Only the fields specified in the updateMask field are used. If `updateMask` is not present, the update applies to all fields. This method returns the following error codes: * google.rpc.Code.PERMISSION_DENIED if the requesting user did not create the requested photo. * google.rpc.Code.INVALID_ARGUMENT if the request is malformed. * google.rpc.Code.NOT_FOUND if the requested photo does not exist. * google.rpc.Code.UNAVAILABLE if the requested Photo is still being indexed.", "method": "put", "endpoint": "v1/photo/:id", "responses": [ { "uuid": "26e26e0c-322e-4a09-a87d-b5726a4078f8", "body": "{\n \"captureTime\": \"\",\n \"connections\": [\n {\n \"target\": {\n \"id\": \"\"\n }\n }\n ],\n \"downloadUrl\": \"\",\n \"mapsPublishStatus\": \"{{oneOf (array 'UNSPECIFIED_MAPS_PUBLISH_STATUS' 'PUBLISHED' 'REJECTED_UNKNOWN')}}\",\n \"photoId\": {\n \"id\": \"\"\n },\n \"places\": [\n {\n \"languageCode\": \"\",\n \"name\": \"\",\n \"placeId\": \"\"\n }\n ],\n \"pose\": {\n \"accuracyMeters\": {{faker 'number.float'}},\n \"altitude\": {{faker 'number.float'}},\n \"gpsRecordTimestampUnixEpoch\": \"\",\n \"heading\": {{faker 'number.float'}},\n \"latLngPair\": {\n \"latitude\": {{faker 'number.float'}},\n \"longitude\": {{faker 'number.float'}}\n },\n \"level\": {\n \"name\": \"\",\n \"number\": {{faker 'number.float'}}\n },\n \"pitch\": {{faker 'number.float'}},\n \"roll\": {{faker 'number.float'}}\n },\n \"shareLink\": \"\",\n \"thumbnailUrl\": \"\",\n \"transferStatus\": \"{{oneOf (array 'TRANSFER_STATUS_UNKNOWN' 'NEVER_TRANSFERRED' 'PENDING' 'COMPLETED' 'REJECTED' 'EXPIRED' 'CANCELLED' 'RECEIVED_VIA_TRANSFER')}}\",\n \"uploadReference\": {\n \"uploadUrl\": \"\"\n },\n \"uploadTime\": \"\",\n \"viewCount\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "25f90445-64b1-4c5b-a853-2ec5d1c2794c", "documentation": "Deletes a Photo and its metadata. This method returns the following error codes: * google.rpc.Code.PERMISSION_DENIED if the requesting user did not create the requested photo. * google.rpc.Code.NOT_FOUND if the photo ID does not exist.", "method": "delete", "endpoint": "v1/photo/:photoId", "responses": [ { "uuid": "e0eb61a7-65b3-437e-8467-f2fd70c38635", "body": "{}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2ea0c36c-afe7-4672-a9ce-ec1ba5c6dc23", "documentation": "Gets the metadata of the specified Photo. This method returns the following error codes: * google.rpc.Code.PERMISSION_DENIED if the requesting user did not create the requested Photo. * google.rpc.Code.NOT_FOUND if the requested Photo does not exist. * google.rpc.Code.UNAVAILABLE if the requested Photo is still being indexed.", "method": "get", "endpoint": "v1/photo/:photoId", "responses": [ { "uuid": "2bc1f940-5a92-49b3-b5c5-a49c112b106c", "body": "{\n \"captureTime\": \"\",\n \"connections\": [\n {\n \"target\": {\n \"id\": \"\"\n }\n }\n ],\n \"downloadUrl\": \"\",\n \"mapsPublishStatus\": \"{{oneOf (array 'UNSPECIFIED_MAPS_PUBLISH_STATUS' 'PUBLISHED' 'REJECTED_UNKNOWN')}}\",\n \"photoId\": {\n \"id\": \"\"\n },\n \"places\": [\n {\n \"languageCode\": \"\",\n \"name\": \"\",\n \"placeId\": \"\"\n }\n ],\n \"pose\": {\n \"accuracyMeters\": {{faker 'number.float'}},\n \"altitude\": {{faker 'number.float'}},\n \"gpsRecordTimestampUnixEpoch\": \"\",\n \"heading\": {{faker 'number.float'}},\n \"latLngPair\": {\n \"latitude\": {{faker 'number.float'}},\n \"longitude\": {{faker 'number.float'}}\n },\n \"level\": {\n \"name\": \"\",\n \"number\": {{faker 'number.float'}}\n },\n \"pitch\": {{faker 'number.float'}},\n \"roll\": {{faker 'number.float'}}\n },\n \"shareLink\": \"\",\n \"thumbnailUrl\": \"\",\n \"transferStatus\": \"{{oneOf (array 'TRANSFER_STATUS_UNKNOWN' 'NEVER_TRANSFERRED' 'PENDING' 'COMPLETED' 'REJECTED' 'EXPIRED' 'CANCELLED' 'RECEIVED_VIA_TRANSFER')}}\",\n \"uploadReference\": {\n \"uploadUrl\": \"\"\n },\n \"uploadTime\": \"\",\n \"viewCount\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9d947d1c-cd4a-45bd-a106-629ee2a035e9", "documentation": "Creates an upload session to start uploading photo bytes. The method uses the upload URL of the returned UploadRef to upload the bytes for the Photo. In addition to the photo requirements shown in https://support.google.com/maps/answer/7012050?ref_topic=6275604, the photo must meet the following requirements: * Photo Sphere XMP metadata must be included in the photo metadata. See https://developers.google.com/streetview/spherical-metadata for the required fields. * The pixel size of the photo must meet the size requirements listed in https://support.google.com/maps/answer/7012050?ref_topic=6275604, and the photo must be a full 360 horizontally. After the upload completes, the method uses UploadRef with CreatePhoto to create the Photo object entry.", "method": "post", "endpoint": "v1/photo:startUpload", "responses": [ { "uuid": "fe85bb5c-e24f-40e5-afe9-958c128a0c05", "body": "{\n \"uploadUrl\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e0d6d00c-4412-474a-98ac-edb56d17107b", "documentation": "After the client finishes uploading the PhotoSequence with the returned UploadRef, CreatePhotoSequence extracts a sequence of 360 photos from a video or Extensible Device Metadata (XDM, http://www.xdm.org/) to be published to Street View on Google Maps. `CreatePhotoSequence` returns an Operation, with the PhotoSequence Id set in the `Operation.name` field. This method returns the following error codes: * google.rpc.Code.INVALID_ARGUMENT if the request is malformed. * google.rpc.Code.NOT_FOUND if the upload reference does not exist.", "method": "post", "endpoint": "v1/photoSequence", "responses": [ { "uuid": "8fe0a624-499a-4c2d-af8c-75a4f31bc9dc", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "56cd9254-9348-4130-a7e0-de139cb58291", "documentation": "Deletes a PhotoSequence and its metadata. This method returns the following error codes: * google.rpc.Code.PERMISSION_DENIED if the requesting user did not create the requested photo sequence. * google.rpc.Code.NOT_FOUND if the photo sequence ID does not exist. * google.rpc.Code.FAILED_PRECONDITION if the photo sequence ID is not yet finished processing.", "method": "delete", "endpoint": "v1/photoSequence/:sequenceId", "responses": [ { "uuid": "9127de65-7efe-40ae-985b-fbfacf5f3235", "body": "{}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "456d42ff-e1cb-4dd9-9b2c-e3c2a3169a19", "documentation": "Gets the metadata of the specified PhotoSequence via the Operation interface. This method returns the following three types of responses: * `Operation.done` = false, if the processing of PhotoSequence is not finished yet. * `Operation.done` = true and `Operation.error` is populated, if there was an error in processing. * `Operation.done` = true and `Operation.response` is poulated, which contains a PhotoSequence message. This method returns the following error codes: * google.rpc.Code.PERMISSION_DENIED if the requesting user did not create the requested PhotoSequence. * google.rpc.Code.NOT_FOUND if the requested PhotoSequence does not exist.", "method": "get", "endpoint": "v1/photoSequence/:sequenceId", "responses": [ { "uuid": "0706b6f3-b601-4192-b297-06a71563d489", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f341f4eb-56a8-43eb-aa2e-a6610fd4e026", "documentation": "Creates an upload session to start uploading photo sequence data. The upload URL of the returned UploadRef is used to upload the data for the `photoSequence`. After the upload is complete, the UploadRef is used with CreatePhotoSequence to create the PhotoSequence object entry.", "method": "post", "endpoint": "v1/photoSequence:startUpload", "responses": [ { "uuid": "329551c8-5f61-4a7e-9263-6303e3e52ad9", "body": "{\n \"uploadUrl\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3d053020-6053-47c8-aa48-7e544e3a1e78", "documentation": "Lists all the PhotoSequences that belong to the user, in descending CreatePhotoSequence timestamp order.", "method": "get", "endpoint": "v1/photoSequences", "responses": [ { "uuid": "f40cd443-4d2f-4e48-af36-1d514c1dee9b", "body": "{\n \"nextPageToken\": \"\",\n \"photoSequences\": [\n {\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "aa045955-35bb-49e4-86a7-6d19ce9f335f", "documentation": "Lists all the Photos that belong to the user. > Note: Recently created photos that are still being indexed are not returned in the response.", "method": "get", "endpoint": "v1/photos", "responses": [ { "uuid": "9b40d5d2-df27-45fc-8ed0-fa06791380d8", "body": "{\n \"nextPageToken\": \"\",\n \"photos\": [\n {\n \"captureTime\": \"\",\n \"connections\": [\n {\n \"target\": {\n \"id\": \"\"\n }\n }\n ],\n \"downloadUrl\": \"\",\n \"mapsPublishStatus\": \"{{oneOf (array 'UNSPECIFIED_MAPS_PUBLISH_STATUS' 'PUBLISHED' 'REJECTED_UNKNOWN')}}\",\n \"photoId\": {\n \"id\": \"\"\n },\n \"places\": [\n {\n \"languageCode\": \"\",\n \"name\": \"\",\n \"placeId\": \"\"\n }\n ],\n \"pose\": {\n \"accuracyMeters\": {{faker 'number.float'}},\n \"altitude\": {{faker 'number.float'}},\n \"gpsRecordTimestampUnixEpoch\": \"\",\n \"heading\": {{faker 'number.float'}},\n \"latLngPair\": {\n \"latitude\": {{faker 'number.float'}},\n \"longitude\": {{faker 'number.float'}}\n },\n \"level\": {\n \"name\": \"\",\n \"number\": {{faker 'number.float'}}\n },\n \"pitch\": {{faker 'number.float'}},\n \"roll\": {{faker 'number.float'}}\n },\n \"shareLink\": \"\",\n \"thumbnailUrl\": \"\",\n \"transferStatus\": \"{{oneOf (array 'TRANSFER_STATUS_UNKNOWN' 'NEVER_TRANSFERRED' 'PENDING' 'COMPLETED' 'REJECTED' 'EXPIRED' 'CANCELLED' 'RECEIVED_VIA_TRANSFER')}}\",\n \"uploadReference\": {\n \"uploadUrl\": \"\"\n },\n \"uploadTime\": \"\",\n \"viewCount\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3f9d400a-35e4-465e-ba2d-ddc56245194c", "documentation": "Deletes a list of Photos and their metadata. Note that if BatchDeletePhotos fails, either critical fields are missing or there is an authentication error. Even if BatchDeletePhotos succeeds, individual photos in the batch may have failures. These failures are specified in each PhotoResponse.status in BatchDeletePhotosResponse.results. See DeletePhoto for specific failures that can occur per photo.", "method": "post", "endpoint": "v1/photos:batchDelete", "responses": [ { "uuid": "e1ce775c-cd12-4e28-a7c3-5c802811d703", "body": "{\n \"status\": [\n {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bc8a7301-d152-4216-a6bf-a6fc780e1624", "documentation": "Gets the metadata of the specified Photo batch. Note that if BatchGetPhotos fails, either critical fields are missing or there is an authentication error. Even if BatchGetPhotos succeeds, individual photos in the batch may have failures. These failures are specified in each PhotoResponse.status in BatchGetPhotosResponse.results. See GetPhoto for specific failures that can occur per photo.", "method": "get", "endpoint": "v1/photos:batchGet", "responses": [ { "uuid": "d177705e-4188-403f-8d72-0c46e98da22b", "body": "{\n \"results\": [\n {\n \"photo\": {\n \"captureTime\": \"\",\n \"connections\": [\n {\n \"target\": {\n \"id\": \"\"\n }\n }\n ],\n \"downloadUrl\": \"\",\n \"mapsPublishStatus\": \"{{oneOf (array 'UNSPECIFIED_MAPS_PUBLISH_STATUS' 'PUBLISHED' 'REJECTED_UNKNOWN')}}\",\n \"photoId\": {\n \"id\": \"\"\n },\n \"places\": [\n {\n \"languageCode\": \"\",\n \"name\": \"\",\n \"placeId\": \"\"\n }\n ],\n \"pose\": {\n \"accuracyMeters\": {{faker 'number.float'}},\n \"altitude\": {{faker 'number.float'}},\n \"gpsRecordTimestampUnixEpoch\": \"\",\n \"heading\": {{faker 'number.float'}},\n \"latLngPair\": {\n \"latitude\": {{faker 'number.float'}},\n \"longitude\": {{faker 'number.float'}}\n },\n \"level\": {\n \"name\": \"\",\n \"number\": {{faker 'number.float'}}\n },\n \"pitch\": {{faker 'number.float'}},\n \"roll\": {{faker 'number.float'}}\n },\n \"shareLink\": \"\",\n \"thumbnailUrl\": \"\",\n \"transferStatus\": \"{{oneOf (array 'TRANSFER_STATUS_UNKNOWN' 'NEVER_TRANSFERRED' 'PENDING' 'COMPLETED' 'REJECTED' 'EXPIRED' 'CANCELLED' 'RECEIVED_VIA_TRANSFER')}}\",\n \"uploadReference\": {\n \"uploadUrl\": \"\"\n },\n \"uploadTime\": \"\",\n \"viewCount\": \"\"\n },\n \"status\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "158b1a16-a340-403d-82e0-09b56a1115ef", "documentation": "Updates the metadata of Photos, such as pose, place association, connections, etc. Changing the pixels of photos is not supported. Note that if BatchUpdatePhotos fails, either critical fields are missing or there is an authentication error. Even if BatchUpdatePhotos succeeds, individual photos in the batch may have failures. These failures are specified in each PhotoResponse.status in BatchUpdatePhotosResponse.results. See UpdatePhoto for specific failures that can occur per photo. Only the fields specified in updateMask field are used. If `updateMask` is not present, the update applies to all fields. The number of UpdatePhotoRequest messages in a BatchUpdatePhotosRequest must not exceed 20. > Note: To update Pose.altitude, Pose.latLngPair has to be filled as well. Otherwise, the request will fail.", "method": "post", "endpoint": "v1/photos:batchUpdate", "responses": [ { "uuid": "754e3ed6-3097-4487-8b13-d49a73233589", "body": "{\n \"results\": [\n {\n \"photo\": {\n \"captureTime\": \"\",\n \"connections\": [\n {\n \"target\": {\n \"id\": \"\"\n }\n }\n ],\n \"downloadUrl\": \"\",\n \"mapsPublishStatus\": \"{{oneOf (array 'UNSPECIFIED_MAPS_PUBLISH_STATUS' 'PUBLISHED' 'REJECTED_UNKNOWN')}}\",\n \"photoId\": {\n \"id\": \"\"\n },\n \"places\": [\n {\n \"languageCode\": \"\",\n \"name\": \"\",\n \"placeId\": \"\"\n }\n ],\n \"pose\": {\n \"accuracyMeters\": {{faker 'number.float'}},\n \"altitude\": {{faker 'number.float'}},\n \"gpsRecordTimestampUnixEpoch\": \"\",\n \"heading\": {{faker 'number.float'}},\n \"latLngPair\": {\n \"latitude\": {{faker 'number.float'}},\n \"longitude\": {{faker 'number.float'}}\n },\n \"level\": {\n \"name\": \"\",\n \"number\": {{faker 'number.float'}}\n },\n \"pitch\": {{faker 'number.float'}},\n \"roll\": {{faker 'number.float'}}\n },\n \"shareLink\": \"\",\n \"thumbnailUrl\": \"\",\n \"transferStatus\": \"{{oneOf (array 'TRANSFER_STATUS_UNKNOWN' 'NEVER_TRANSFERRED' 'PENDING' 'COMPLETED' 'REJECTED' 'EXPIRED' 'CANCELLED' 'RECEIVED_VIA_TRANSFER')}}\",\n \"uploadReference\": {\n \"uploadUrl\": \"\"\n },\n \"uploadTime\": \"\",\n \"viewCount\": \"\"\n },\n \"status\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "2d0e9b17-1005-492f-a705-9d519476e66e" }, { "type": "route", "uuid": "c0fecfcf-4ada-4174-bc5b-f56b9f153a46" }, { "type": "route", "uuid": "25f90445-64b1-4c5b-a853-2ec5d1c2794c" }, { "type": "route", "uuid": "2ea0c36c-afe7-4672-a9ce-ec1ba5c6dc23" }, { "type": "route", "uuid": "9d947d1c-cd4a-45bd-a106-629ee2a035e9" }, { "type": "route", "uuid": "e0d6d00c-4412-474a-98ac-edb56d17107b" }, { "type": "route", "uuid": "56cd9254-9348-4130-a7e0-de139cb58291" }, { "type": "route", "uuid": "456d42ff-e1cb-4dd9-9b2c-e3c2a3169a19" }, { "type": "route", "uuid": "f341f4eb-56a8-43eb-aa2e-a6610fd4e026" }, { "type": "route", "uuid": "3d053020-6053-47c8-aa48-7e544e3a1e78" }, { "type": "route", "uuid": "aa045955-35bb-49e4-86a7-6d19ce9f335f" }, { "type": "route", "uuid": "3f9d400a-35e4-465e-ba2d-ddc56245194c" }, { "type": "route", "uuid": "bc8a7301-d152-4216-a6bf-a6fc780e1624" }, { "type": "route", "uuid": "158b1a16-a340-403d-82e0-09b56a1115ef" } ] }