{ "uuid": "44ad0905-e31f-42c3-baad-f3c4963d5ce4", "lastMigration": 29, "name": "Books API", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "7a9aba92-9c70-4d5d-92dd-63ace4b9919a", "documentation": "Add a user-upload volume and triggers processing.", "method": "post", "endpoint": "books/v1/cloudloading/addBook", "responses": [ { "uuid": "62cd6903-39ae-48c8-98f2-797d337e725e", "body": "{\n \"author\": \"\",\n \"processingState\": \"\",\n \"title\": \"\",\n \"volumeId\": \"\"\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": "07f2b60e-2686-4003-8cc5-6faf71386fbe", "documentation": "Remove the book and its contents", "method": "post", "endpoint": "books/v1/cloudloading/deleteBook", "responses": [ { "uuid": "9c3809ee-a0e4-4992-bab2-1996242731c6", "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": "caea788b-a63d-4444-8086-083e2c506a9b", "documentation": "Updates a user-upload volume.", "method": "post", "endpoint": "books/v1/cloudloading/updateBook", "responses": [ { "uuid": "dc97829d-73c9-42c4-aeac-7a163612842e", "body": "{\n \"author\": \"\",\n \"processingState\": \"\",\n \"title\": \"\",\n \"volumeId\": \"\"\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": "f4c19ead-9137-4792-a0a3-745449a7a33d", "documentation": "Returns a list of offline dictionary metadata available", "method": "get", "endpoint": "books/v1/dictionary/listOfflineMetadata", "responses": [ { "uuid": "3f89eab9-f7b0-4831-8af4-13e01b78f55a", "body": "{\n \"items\": [\n {\n \"download_url\": \"\",\n \"encrypted_key\": \"\",\n \"language\": \"\",\n \"size\": \"\",\n \"version\": \"\"\n }\n ],\n \"kind\": \"\"\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": "d6b272c4-5d29-435d-a7d0-1ca42e30ed2e", "documentation": "Gets information regarding the family that the user is part of.", "method": "get", "endpoint": "books/v1/familysharing/getFamilyInfo", "responses": [ { "uuid": "187313d5-79c8-438d-b4cb-1505a10090ca", "body": "{\n \"kind\": \"\",\n \"membership\": {\n \"acquirePermission\": \"\",\n \"ageGroup\": \"\",\n \"allowedMaturityRating\": \"\",\n \"isInFamily\": {{faker 'datatype.boolean'}},\n \"role\": \"\"\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": "5f8bd7fa-7847-4d09-957d-923d1cdcbdec", "documentation": "Initiates sharing of the content with the user's family. Empty response indicates success.", "method": "post", "endpoint": "books/v1/familysharing/share", "responses": [ { "uuid": "33792323-e747-4ce4-8480-a67ca9d81c11", "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": "b052d383-9687-4b38-a36e-9640059665b0", "documentation": "Initiates revoking content that has already been shared with the user's family. Empty response indicates success.", "method": "post", "endpoint": "books/v1/familysharing/unshare", "responses": [ { "uuid": "9da70a7e-c7b0-43d6-892b-db9f5d6915a4", "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": "9d240033-1a68-4e28-a870-c24f818fa750", "documentation": "Gets the current settings for the user.", "method": "get", "endpoint": "books/v1/myconfig/getUserSettings", "responses": [ { "uuid": "b5d3dfe5-0817-40b1-90f9-dea4dd83c056", "body": "{\n \"kind\": \"\",\n \"notesExport\": {\n \"folderName\": \"\",\n \"isEnabled\": {{faker 'datatype.boolean'}}\n },\n \"notification\": {\n \"matchMyInterests\": {\n \"opted_state\": \"\"\n },\n \"moreFromAuthors\": {\n \"opted_state\": \"\"\n },\n \"moreFromSeries\": {\n \"opted_state\": \"\"\n },\n \"priceDrop\": {\n \"opted_state\": \"\"\n },\n \"rewardExpirations\": {\n \"opted_state\": \"\"\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": "f9974c31-0d4c-43cc-9668-984ada0eb51a", "documentation": "Release downloaded content access restriction.", "method": "post", "endpoint": "books/v1/myconfig/releaseDownloadAccess", "responses": [ { "uuid": "79979ec4-371e-41a8-bc25-8b8cda5aab63", "body": "{\n \"downloadAccessList\": [\n {\n \"deviceAllowed\": {{faker 'datatype.boolean'}},\n \"downloadsAcquired\": {{faker 'number.int' max=99999}},\n \"justAcquired\": {{faker 'datatype.boolean'}},\n \"kind\": \"\",\n \"maxDownloadDevices\": {{faker 'number.int' max=99999}},\n \"message\": \"\",\n \"nonce\": \"\",\n \"reasonCode\": \"\",\n \"restricted\": {{faker 'datatype.boolean'}},\n \"signature\": \"\",\n \"source\": \"\",\n \"volumeId\": \"\"\n }\n ],\n \"kind\": \"\"\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": "00e45776-4710-4ef4-bb45-dbf71526acb2", "documentation": "Request concurrent and download access restrictions.", "method": "post", "endpoint": "books/v1/myconfig/requestAccess", "responses": [ { "uuid": "2c346719-a05e-462c-ac1a-244dfbfd5e68", "body": "{\n \"concurrentAccess\": {\n \"deviceAllowed\": {{faker 'datatype.boolean'}},\n \"kind\": \"\",\n \"maxConcurrentDevices\": {{faker 'number.int' max=99999}},\n \"message\": \"\",\n \"nonce\": \"\",\n \"reasonCode\": \"\",\n \"restricted\": {{faker 'datatype.boolean'}},\n \"signature\": \"\",\n \"source\": \"\",\n \"timeWindowSeconds\": {{faker 'number.int' max=99999}},\n \"volumeId\": \"\"\n },\n \"downloadAccess\": {\n \"deviceAllowed\": {{faker 'datatype.boolean'}},\n \"downloadsAcquired\": {{faker 'number.int' max=99999}},\n \"justAcquired\": {{faker 'datatype.boolean'}},\n \"kind\": \"\",\n \"maxDownloadDevices\": {{faker 'number.int' max=99999}},\n \"message\": \"\",\n \"nonce\": \"\",\n \"reasonCode\": \"\",\n \"restricted\": {{faker 'datatype.boolean'}},\n \"signature\": \"\",\n \"source\": \"\",\n \"volumeId\": \"\"\n },\n \"kind\": \"\"\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": "4588d402-921d-4f49-8913-85b353f8ca63", "documentation": "Request downloaded content access for specified volumes on the My eBooks shelf.", "method": "post", "endpoint": "books/v1/myconfig/syncVolumeLicenses", "responses": [ { "uuid": "6eea1d1b-9569-40bb-aab5-a74b7a896f41", "body": "{\n \"items\": [\n {\n \"accessInfo\": {\n \"accessViewStatus\": \"\",\n \"country\": \"\",\n \"downloadAccess\": {\n \"deviceAllowed\": {{faker 'datatype.boolean'}},\n \"downloadsAcquired\": {{faker 'number.int' max=99999}},\n \"justAcquired\": {{faker 'datatype.boolean'}},\n \"kind\": \"\",\n \"maxDownloadDevices\": {{faker 'number.int' max=99999}},\n \"message\": \"\",\n \"nonce\": \"\",\n \"reasonCode\": \"\",\n \"restricted\": {{faker 'datatype.boolean'}},\n \"signature\": \"\",\n \"source\": \"\",\n \"volumeId\": \"\"\n },\n \"driveImportedContentLink\": \"\",\n \"embeddable\": {{faker 'datatype.boolean'}},\n \"epub\": {\n \"acsTokenLink\": \"\",\n \"downloadLink\": \"\",\n \"isAvailable\": {{faker 'datatype.boolean'}}\n },\n \"explicitOfflineLicenseManagement\": {{faker 'datatype.boolean'}},\n \"pdf\": {\n \"acsTokenLink\": \"\",\n \"downloadLink\": \"\",\n \"isAvailable\": {{faker 'datatype.boolean'}}\n },\n \"publicDomain\": {{faker 'datatype.boolean'}},\n \"quoteSharingAllowed\": {{faker 'datatype.boolean'}},\n \"textToSpeechPermission\": \"\",\n \"viewOrderUrl\": \"\",\n \"viewability\": \"\",\n \"webReaderLink\": \"\"\n },\n \"etag\": \"\",\n \"id\": \"\",\n \"kind\": \"\",\n \"layerInfo\": {\n \"layers\": [\n {\n \"layerId\": \"\",\n \"volumeAnnotationsVersion\": \"\"\n }\n ]\n },\n \"recommendedInfo\": {\n \"explanation\": \"\"\n },\n \"saleInfo\": {\n \"buyLink\": \"\",\n \"country\": \"\",\n \"isEbook\": {{faker 'datatype.boolean'}},\n \"listPrice\": {\n \"amount\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n },\n \"offers\": [\n {\n \"finskyOfferType\": {{faker 'number.int' max=99999}},\n \"giftable\": {{faker 'datatype.boolean'}},\n \"listPrice\": {\n \"amountInMicros\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n },\n \"rentalDuration\": {\n \"count\": {{faker 'number.float'}},\n \"unit\": \"\"\n },\n \"retailPrice\": {\n \"amountInMicros\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n }\n }\n ],\n \"onSaleDate\": \"\",\n \"retailPrice\": {\n \"amount\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n },\n \"saleability\": \"\"\n },\n \"searchInfo\": {\n \"textSnippet\": \"\"\n },\n \"selfLink\": \"\",\n \"userInfo\": {\n \"acquiredTime\": \"\",\n \"acquisitionType\": {{faker 'number.int' max=99999}},\n \"copy\": {\n \"allowedCharacterCount\": {{faker 'number.int' max=99999}},\n \"limitType\": \"\",\n \"remainingCharacterCount\": {{faker 'number.int' max=99999}},\n \"updated\": \"\"\n },\n \"entitlementType\": {{faker 'number.int' max=99999}},\n \"familySharing\": {\n \"familyRole\": \"\",\n \"isSharingAllowed\": {{faker 'datatype.boolean'}},\n \"isSharingDisabledByFop\": {{faker 'datatype.boolean'}}\n },\n \"isFamilySharedFromUser\": {{faker 'datatype.boolean'}},\n \"isFamilySharedToUser\": {{faker 'datatype.boolean'}},\n \"isFamilySharingAllowed\": {{faker 'datatype.boolean'}},\n \"isFamilySharingDisabledByFop\": {{faker 'datatype.boolean'}},\n \"isInMyBooks\": {{faker 'datatype.boolean'}},\n \"isPreordered\": {{faker 'datatype.boolean'}},\n \"isPurchased\": {{faker 'datatype.boolean'}},\n \"isUploaded\": {{faker 'datatype.boolean'}},\n \"readingPosition\": {\n \"epubCfiPosition\": \"\",\n \"gbImagePosition\": \"\",\n \"gbTextPosition\": \"\",\n \"kind\": \"\",\n \"pdfPosition\": \"\",\n \"updated\": \"\",\n \"volumeId\": \"\"\n },\n \"rentalPeriod\": {\n \"endUtcSec\": \"\",\n \"startUtcSec\": \"\"\n },\n \"rentalState\": \"\",\n \"review\": {\n \"author\": {\n \"displayName\": \"\"\n },\n \"content\": \"\",\n \"date\": \"\",\n \"fullTextUrl\": \"\",\n \"kind\": \"\",\n \"rating\": \"\",\n \"source\": {\n \"description\": \"\",\n \"extraDescription\": \"\",\n \"url\": \"\"\n },\n \"title\": \"\",\n \"type\": \"\",\n \"volumeId\": \"\"\n },\n \"updated\": \"\",\n \"userUploadedVolumeInfo\": {\n \"processingState\": \"\"\n }\n },\n \"volumeInfo\": {\n \"allowAnonLogging\": {{faker 'datatype.boolean'}},\n \"authors\": [\n \"\"\n ],\n \"averageRating\": {{faker 'number.float'}},\n \"canonicalVolumeLink\": \"\",\n \"categories\": [\n \"\"\n ],\n \"comicsContent\": {{faker 'datatype.boolean'}},\n \"contentVersion\": \"\",\n \"description\": \"\",\n \"dimensions\": {\n \"height\": \"\",\n \"thickness\": \"\",\n \"width\": \"\"\n },\n \"imageLinks\": {\n \"extraLarge\": \"\",\n \"large\": \"\",\n \"medium\": \"\",\n \"small\": \"\",\n \"smallThumbnail\": \"\",\n \"thumbnail\": \"\"\n },\n \"industryIdentifiers\": [\n {\n \"identifier\": \"\",\n \"type\": \"\"\n }\n ],\n \"infoLink\": \"\",\n \"language\": \"\",\n \"mainCategory\": \"\",\n \"maturityRating\": \"\",\n \"pageCount\": {{faker 'number.int' max=99999}},\n \"panelizationSummary\": {\n \"containsEpubBubbles\": {{faker 'datatype.boolean'}},\n \"containsImageBubbles\": {{faker 'datatype.boolean'}},\n \"epubBubbleVersion\": \"\",\n \"imageBubbleVersion\": \"\"\n },\n \"previewLink\": \"\",\n \"printType\": \"\",\n \"printedPageCount\": {{faker 'number.int' max=99999}},\n \"publishedDate\": \"\",\n \"publisher\": \"\",\n \"ratingsCount\": {{faker 'number.int' max=99999}},\n \"readingModes\": {\n \"image\": {{faker 'datatype.boolean'}},\n \"text\": {{faker 'datatype.boolean'}}\n },\n \"samplePageCount\": {{faker 'number.int' max=99999}},\n \"seriesInfo\": {\n \"bookDisplayNumber\": \"\",\n \"kind\": \"\",\n \"shortSeriesBookTitle\": \"\",\n \"volumeSeries\": [\n {\n \"issue\": [\n {\n \"issueDisplayNumber\": \"\",\n \"issueOrderNumber\": {{faker 'number.int' max=99999}}\n }\n ],\n \"orderNumber\": {{faker 'number.int' max=99999}},\n \"seriesBookType\": \"\",\n \"seriesId\": \"\"\n }\n ]\n },\n \"subtitle\": \"\",\n \"title\": \"\"\n }\n }\n ],\n \"kind\": \"\",\n \"totalItems\": {{faker 'number.int' max=99999}}\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": "84f31df8-ea01-498a-a3c2-e837f5a7ece1", "documentation": "Sets the settings for the user. If a sub-object is specified, it will overwrite the existing sub-object stored in the server. Unspecified sub-objects will retain the existing value.", "method": "post", "endpoint": "books/v1/myconfig/updateUserSettings", "responses": [ { "uuid": "831d59de-87f2-4554-908e-39469e499a66", "body": "{\n \"kind\": \"\",\n \"notesExport\": {\n \"folderName\": \"\",\n \"isEnabled\": {{faker 'datatype.boolean'}}\n },\n \"notification\": {\n \"matchMyInterests\": {\n \"opted_state\": \"\"\n },\n \"moreFromAuthors\": {\n \"opted_state\": \"\"\n },\n \"moreFromSeries\": {\n \"opted_state\": \"\"\n },\n \"priceDrop\": {\n \"opted_state\": \"\"\n },\n \"rewardExpirations\": {\n \"opted_state\": \"\"\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": "86322013-7ce7-4ddc-90e4-a1c7c858d4a6", "documentation": "Retrieves a list of annotations, possibly filtered.", "method": "get", "endpoint": "books/v1/mylibrary/annotations", "responses": [ { "uuid": "cec79090-cbb9-4206-899b-526b762158f3", "body": "{\n \"items\": [\n {\n \"afterSelectedText\": \"\",\n \"beforeSelectedText\": \"\",\n \"clientVersionRanges\": {\n \"cfiRange\": {\n \"endOffset\": \"\",\n \"endPosition\": \"\",\n \"startOffset\": \"\",\n \"startPosition\": \"\"\n },\n \"contentVersion\": \"\",\n \"gbImageRange\": {\n \"endOffset\": \"\",\n \"endPosition\": \"\",\n \"startOffset\": \"\",\n \"startPosition\": \"\"\n },\n \"gbTextRange\": {\n \"endOffset\": \"\",\n \"endPosition\": \"\",\n \"startOffset\": \"\",\n \"startPosition\": \"\"\n },\n \"imageCfiRange\": {\n \"endOffset\": \"\",\n \"endPosition\": \"\",\n \"startOffset\": \"\",\n \"startPosition\": \"\"\n }\n },\n \"created\": \"\",\n \"currentVersionRanges\": {\n \"cfiRange\": {\n \"endOffset\": \"\",\n \"endPosition\": \"\",\n \"startOffset\": \"\",\n \"startPosition\": \"\"\n },\n \"contentVersion\": \"\",\n \"gbImageRange\": {\n \"endOffset\": \"\",\n \"endPosition\": \"\",\n \"startOffset\": \"\",\n \"startPosition\": \"\"\n },\n \"gbTextRange\": {\n \"endOffset\": \"\",\n \"endPosition\": \"\",\n \"startOffset\": \"\",\n \"startPosition\": \"\"\n },\n \"imageCfiRange\": {\n \"endOffset\": \"\",\n \"endPosition\": \"\",\n \"startOffset\": \"\",\n \"startPosition\": \"\"\n }\n },\n \"data\": \"\",\n \"deleted\": {{faker 'datatype.boolean'}},\n \"highlightStyle\": \"\",\n \"id\": \"\",\n \"kind\": \"\",\n \"layerId\": \"\",\n \"layerSummary\": {\n \"allowedCharacterCount\": {{faker 'number.int' max=99999}},\n \"limitType\": \"\",\n \"remainingCharacterCount\": {{faker 'number.int' max=99999}}\n },\n \"pageIds\": [\n \"\"\n ],\n \"selectedText\": \"\",\n \"selfLink\": \"\",\n \"updated\": \"\",\n \"volumeId\": \"\"\n }\n ],\n \"kind\": \"\",\n \"nextPageToken\": \"\",\n \"totalItems\": {{faker 'number.int' max=99999}}\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": "fc26dfb1-74d8-4c4e-9f7e-c4541431c2c1", "documentation": "Inserts a new annotation.", "method": "post", "endpoint": "books/v1/mylibrary/annotations", "responses": [ { "uuid": "82b31dda-b73b-4b34-8234-349ba70c13dc", "body": "{\n \"afterSelectedText\": \"\",\n \"beforeSelectedText\": \"\",\n \"clientVersionRanges\": {\n \"cfiRange\": {\n \"endOffset\": \"\",\n \"endPosition\": \"\",\n \"startOffset\": \"\",\n \"startPosition\": \"\"\n },\n \"contentVersion\": \"\",\n \"gbImageRange\": {\n \"endOffset\": \"\",\n \"endPosition\": \"\",\n \"startOffset\": \"\",\n \"startPosition\": \"\"\n },\n \"gbTextRange\": {\n \"endOffset\": \"\",\n \"endPosition\": \"\",\n \"startOffset\": \"\",\n \"startPosition\": \"\"\n },\n \"imageCfiRange\": {\n \"endOffset\": \"\",\n \"endPosition\": \"\",\n \"startOffset\": \"\",\n \"startPosition\": \"\"\n }\n },\n \"created\": \"\",\n \"currentVersionRanges\": {\n \"cfiRange\": {\n \"endOffset\": \"\",\n \"endPosition\": \"\",\n \"startOffset\": \"\",\n \"startPosition\": \"\"\n },\n \"contentVersion\": \"\",\n \"gbImageRange\": {\n \"endOffset\": \"\",\n \"endPosition\": \"\",\n \"startOffset\": \"\",\n \"startPosition\": \"\"\n },\n \"gbTextRange\": {\n \"endOffset\": \"\",\n \"endPosition\": \"\",\n \"startOffset\": \"\",\n \"startPosition\": \"\"\n },\n \"imageCfiRange\": {\n \"endOffset\": \"\",\n \"endPosition\": \"\",\n \"startOffset\": \"\",\n \"startPosition\": \"\"\n }\n },\n \"data\": \"\",\n \"deleted\": {{faker 'datatype.boolean'}},\n \"highlightStyle\": \"\",\n \"id\": \"\",\n \"kind\": \"\",\n \"layerId\": \"\",\n \"layerSummary\": {\n \"allowedCharacterCount\": {{faker 'number.int' max=99999}},\n \"limitType\": \"\",\n \"remainingCharacterCount\": {{faker 'number.int' max=99999}}\n },\n \"pageIds\": [\n \"\"\n ],\n \"selectedText\": \"\",\n \"selfLink\": \"\",\n \"updated\": \"\",\n \"volumeId\": \"\"\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": "9d54544f-bb98-42c6-86fc-91847ee81cfd", "documentation": "Gets the summary of specified layers.", "method": "post", "endpoint": "books/v1/mylibrary/annotations/summary", "responses": [ { "uuid": "7f4d7dad-1985-4700-afc3-799a60d8f0bb", "body": "{\n \"kind\": \"\",\n \"layers\": [\n {\n \"allowedCharacterCount\": {{faker 'number.int' max=99999}},\n \"layerId\": \"\",\n \"limitType\": \"\",\n \"remainingCharacterCount\": {{faker 'number.int' max=99999}},\n \"updated\": \"\"\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": "a2502cf8-9779-4559-ac48-4a4f2be22556", "documentation": "Deletes an annotation.", "method": "delete", "endpoint": "books/v1/mylibrary/annotations/:annotationId", "responses": [ { "uuid": "0e7f0ba0-3f32-47a9-b388-4c76932f316c", "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": "344c0b30-406e-483c-8489-4627f5a13a96", "documentation": "Updates an existing annotation.", "method": "put", "endpoint": "books/v1/mylibrary/annotations/:annotationId", "responses": [ { "uuid": "bbe46c16-9a0f-48aa-a237-8127563ac073", "body": "{\n \"afterSelectedText\": \"\",\n \"beforeSelectedText\": \"\",\n \"clientVersionRanges\": {\n \"cfiRange\": {\n \"endOffset\": \"\",\n \"endPosition\": \"\",\n \"startOffset\": \"\",\n \"startPosition\": \"\"\n },\n \"contentVersion\": \"\",\n \"gbImageRange\": {\n \"endOffset\": \"\",\n \"endPosition\": \"\",\n \"startOffset\": \"\",\n \"startPosition\": \"\"\n },\n \"gbTextRange\": {\n \"endOffset\": \"\",\n \"endPosition\": \"\",\n \"startOffset\": \"\",\n \"startPosition\": \"\"\n },\n \"imageCfiRange\": {\n \"endOffset\": \"\",\n \"endPosition\": \"\",\n \"startOffset\": \"\",\n \"startPosition\": \"\"\n }\n },\n \"created\": \"\",\n \"currentVersionRanges\": {\n \"cfiRange\": {\n \"endOffset\": \"\",\n \"endPosition\": \"\",\n \"startOffset\": \"\",\n \"startPosition\": \"\"\n },\n \"contentVersion\": \"\",\n \"gbImageRange\": {\n \"endOffset\": \"\",\n \"endPosition\": \"\",\n \"startOffset\": \"\",\n \"startPosition\": \"\"\n },\n \"gbTextRange\": {\n \"endOffset\": \"\",\n \"endPosition\": \"\",\n \"startOffset\": \"\",\n \"startPosition\": \"\"\n },\n \"imageCfiRange\": {\n \"endOffset\": \"\",\n \"endPosition\": \"\",\n \"startOffset\": \"\",\n \"startPosition\": \"\"\n }\n },\n \"data\": \"\",\n \"deleted\": {{faker 'datatype.boolean'}},\n \"highlightStyle\": \"\",\n \"id\": \"\",\n \"kind\": \"\",\n \"layerId\": \"\",\n \"layerSummary\": {\n \"allowedCharacterCount\": {{faker 'number.int' max=99999}},\n \"limitType\": \"\",\n \"remainingCharacterCount\": {{faker 'number.int' max=99999}}\n },\n \"pageIds\": [\n \"\"\n ],\n \"selectedText\": \"\",\n \"selfLink\": \"\",\n \"updated\": \"\",\n \"volumeId\": \"\"\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": "5712319d-f05c-4aff-9fe0-80f8e13d3c1d", "documentation": "Retrieves a list of bookshelves belonging to the authenticated user.", "method": "get", "endpoint": "books/v1/mylibrary/bookshelves", "responses": [ { "uuid": "fdc0fc61-3ddd-4438-9759-b4b0feeadd7a", "body": "{\n \"items\": [\n {\n \"access\": \"\",\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"kind\": \"\",\n \"selfLink\": \"\",\n \"title\": \"\",\n \"updated\": \"\",\n \"volumeCount\": {{faker 'number.int' max=99999}},\n \"volumesLastUpdated\": \"\"\n }\n ],\n \"kind\": \"\"\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": "8e8b4bd9-dccc-4be3-9c30-bb81f6c4b180", "documentation": "Retrieves metadata for a specific bookshelf belonging to the authenticated user.", "method": "get", "endpoint": "books/v1/mylibrary/bookshelves/:shelf", "responses": [ { "uuid": "ab4c9fdd-1d91-4775-b14a-1daff95802dd", "body": "{\n \"access\": \"\",\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"kind\": \"\",\n \"selfLink\": \"\",\n \"title\": \"\",\n \"updated\": \"\",\n \"volumeCount\": {{faker 'number.int' max=99999}},\n \"volumesLastUpdated\": \"\"\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": "6fef5162-e1e9-41da-b547-9b3a6c250ded", "documentation": "Adds a volume to a bookshelf.", "method": "post", "endpoint": "books/v1/mylibrary/bookshelves/:shelf/addVolume", "responses": [ { "uuid": "c06af155-cd32-431c-963d-6fc611612a34", "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": "d4907bb1-91cc-499d-9d1c-36da0f5799b7", "documentation": "Clears all volumes from a bookshelf.", "method": "post", "endpoint": "books/v1/mylibrary/bookshelves/:shelf/clearVolumes", "responses": [ { "uuid": "16e0165d-de37-42aa-9e42-e98de3b99036", "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": "ee675df4-385b-4b2b-9521-bc24c6ad85f3", "documentation": "Moves a volume within a bookshelf.", "method": "post", "endpoint": "books/v1/mylibrary/bookshelves/:shelf/moveVolume", "responses": [ { "uuid": "6c5f3f0e-c65e-4b72-9b67-6734e0a2d8ba", "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": "5f3d99cc-8704-4c00-903c-19acda66aead", "documentation": "Removes a volume from a bookshelf.", "method": "post", "endpoint": "books/v1/mylibrary/bookshelves/:shelf/removeVolume", "responses": [ { "uuid": "34721251-65e1-4d47-95a8-6de53ee02b9c", "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": "a2e96432-284f-42eb-9c13-27058ea4cb42", "documentation": "Gets volume information for volumes on a bookshelf.", "method": "get", "endpoint": "books/v1/mylibrary/bookshelves/:shelf/volumes", "responses": [ { "uuid": "32bc8250-4201-402a-abdb-81c5620a11e7", "body": "{\n \"items\": [\n {\n \"accessInfo\": {\n \"accessViewStatus\": \"\",\n \"country\": \"\",\n \"downloadAccess\": {\n \"deviceAllowed\": {{faker 'datatype.boolean'}},\n \"downloadsAcquired\": {{faker 'number.int' max=99999}},\n \"justAcquired\": {{faker 'datatype.boolean'}},\n \"kind\": \"\",\n \"maxDownloadDevices\": {{faker 'number.int' max=99999}},\n \"message\": \"\",\n \"nonce\": \"\",\n \"reasonCode\": \"\",\n \"restricted\": {{faker 'datatype.boolean'}},\n \"signature\": \"\",\n \"source\": \"\",\n \"volumeId\": \"\"\n },\n \"driveImportedContentLink\": \"\",\n \"embeddable\": {{faker 'datatype.boolean'}},\n \"epub\": {\n \"acsTokenLink\": \"\",\n \"downloadLink\": \"\",\n \"isAvailable\": {{faker 'datatype.boolean'}}\n },\n \"explicitOfflineLicenseManagement\": {{faker 'datatype.boolean'}},\n \"pdf\": {\n \"acsTokenLink\": \"\",\n \"downloadLink\": \"\",\n \"isAvailable\": {{faker 'datatype.boolean'}}\n },\n \"publicDomain\": {{faker 'datatype.boolean'}},\n \"quoteSharingAllowed\": {{faker 'datatype.boolean'}},\n \"textToSpeechPermission\": \"\",\n \"viewOrderUrl\": \"\",\n \"viewability\": \"\",\n \"webReaderLink\": \"\"\n },\n \"etag\": \"\",\n \"id\": \"\",\n \"kind\": \"\",\n \"layerInfo\": {\n \"layers\": [\n {\n \"layerId\": \"\",\n \"volumeAnnotationsVersion\": \"\"\n }\n ]\n },\n \"recommendedInfo\": {\n \"explanation\": \"\"\n },\n \"saleInfo\": {\n \"buyLink\": \"\",\n \"country\": \"\",\n \"isEbook\": {{faker 'datatype.boolean'}},\n \"listPrice\": {\n \"amount\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n },\n \"offers\": [\n {\n \"finskyOfferType\": {{faker 'number.int' max=99999}},\n \"giftable\": {{faker 'datatype.boolean'}},\n \"listPrice\": {\n \"amountInMicros\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n },\n \"rentalDuration\": {\n \"count\": {{faker 'number.float'}},\n \"unit\": \"\"\n },\n \"retailPrice\": {\n \"amountInMicros\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n }\n }\n ],\n \"onSaleDate\": \"\",\n \"retailPrice\": {\n \"amount\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n },\n \"saleability\": \"\"\n },\n \"searchInfo\": {\n \"textSnippet\": \"\"\n },\n \"selfLink\": \"\",\n \"userInfo\": {\n \"acquiredTime\": \"\",\n \"acquisitionType\": {{faker 'number.int' max=99999}},\n \"copy\": {\n \"allowedCharacterCount\": {{faker 'number.int' max=99999}},\n \"limitType\": \"\",\n \"remainingCharacterCount\": {{faker 'number.int' max=99999}},\n \"updated\": \"\"\n },\n \"entitlementType\": {{faker 'number.int' max=99999}},\n \"familySharing\": {\n \"familyRole\": \"\",\n \"isSharingAllowed\": {{faker 'datatype.boolean'}},\n \"isSharingDisabledByFop\": {{faker 'datatype.boolean'}}\n },\n \"isFamilySharedFromUser\": {{faker 'datatype.boolean'}},\n \"isFamilySharedToUser\": {{faker 'datatype.boolean'}},\n \"isFamilySharingAllowed\": {{faker 'datatype.boolean'}},\n \"isFamilySharingDisabledByFop\": {{faker 'datatype.boolean'}},\n \"isInMyBooks\": {{faker 'datatype.boolean'}},\n \"isPreordered\": {{faker 'datatype.boolean'}},\n \"isPurchased\": {{faker 'datatype.boolean'}},\n \"isUploaded\": {{faker 'datatype.boolean'}},\n \"readingPosition\": {\n \"epubCfiPosition\": \"\",\n \"gbImagePosition\": \"\",\n \"gbTextPosition\": \"\",\n \"kind\": \"\",\n \"pdfPosition\": \"\",\n \"updated\": \"\",\n \"volumeId\": \"\"\n },\n \"rentalPeriod\": {\n \"endUtcSec\": \"\",\n \"startUtcSec\": \"\"\n },\n \"rentalState\": \"\",\n \"review\": {\n \"author\": {\n \"displayName\": \"\"\n },\n \"content\": \"\",\n \"date\": \"\",\n \"fullTextUrl\": \"\",\n \"kind\": \"\",\n \"rating\": \"\",\n \"source\": {\n \"description\": \"\",\n \"extraDescription\": \"\",\n \"url\": \"\"\n },\n \"title\": \"\",\n \"type\": \"\",\n \"volumeId\": \"\"\n },\n \"updated\": \"\",\n \"userUploadedVolumeInfo\": {\n \"processingState\": \"\"\n }\n },\n \"volumeInfo\": {\n \"allowAnonLogging\": {{faker 'datatype.boolean'}},\n \"authors\": [\n \"\"\n ],\n \"averageRating\": {{faker 'number.float'}},\n \"canonicalVolumeLink\": \"\",\n \"categories\": [\n \"\"\n ],\n \"comicsContent\": {{faker 'datatype.boolean'}},\n \"contentVersion\": \"\",\n \"description\": \"\",\n \"dimensions\": {\n \"height\": \"\",\n \"thickness\": \"\",\n \"width\": \"\"\n },\n \"imageLinks\": {\n \"extraLarge\": \"\",\n \"large\": \"\",\n \"medium\": \"\",\n \"small\": \"\",\n \"smallThumbnail\": \"\",\n \"thumbnail\": \"\"\n },\n \"industryIdentifiers\": [\n {\n \"identifier\": \"\",\n \"type\": \"\"\n }\n ],\n \"infoLink\": \"\",\n \"language\": \"\",\n \"mainCategory\": \"\",\n \"maturityRating\": \"\",\n \"pageCount\": {{faker 'number.int' max=99999}},\n \"panelizationSummary\": {\n \"containsEpubBubbles\": {{faker 'datatype.boolean'}},\n \"containsImageBubbles\": {{faker 'datatype.boolean'}},\n \"epubBubbleVersion\": \"\",\n \"imageBubbleVersion\": \"\"\n },\n \"previewLink\": \"\",\n \"printType\": \"\",\n \"printedPageCount\": {{faker 'number.int' max=99999}},\n \"publishedDate\": \"\",\n \"publisher\": \"\",\n \"ratingsCount\": {{faker 'number.int' max=99999}},\n \"readingModes\": {\n \"image\": {{faker 'datatype.boolean'}},\n \"text\": {{faker 'datatype.boolean'}}\n },\n \"samplePageCount\": {{faker 'number.int' max=99999}},\n \"seriesInfo\": {\n \"bookDisplayNumber\": \"\",\n \"kind\": \"\",\n \"shortSeriesBookTitle\": \"\",\n \"volumeSeries\": [\n {\n \"issue\": [\n {\n \"issueDisplayNumber\": \"\",\n \"issueOrderNumber\": {{faker 'number.int' max=99999}}\n }\n ],\n \"orderNumber\": {{faker 'number.int' max=99999}},\n \"seriesBookType\": \"\",\n \"seriesId\": \"\"\n }\n ]\n },\n \"subtitle\": \"\",\n \"title\": \"\"\n }\n }\n ],\n \"kind\": \"\",\n \"totalItems\": {{faker 'number.int' max=99999}}\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": "383a8ac5-23d9-4bad-8cb1-576f98958805", "documentation": "Retrieves my reading position information for a volume.", "method": "get", "endpoint": "books/v1/mylibrary/readingpositions/:volumeId", "responses": [ { "uuid": "020ec4b8-d847-482c-aca1-abaa3f690f60", "body": "{\n \"epubCfiPosition\": \"\",\n \"gbImagePosition\": \"\",\n \"gbTextPosition\": \"\",\n \"kind\": \"\",\n \"pdfPosition\": \"\",\n \"updated\": \"\",\n \"volumeId\": \"\"\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": "2199c2b9-e34a-49f1-a884-0027c8e072fc", "documentation": "Sets my reading position information for a volume.", "method": "post", "endpoint": "books/v1/mylibrary/readingpositions/:volumeId/setPosition", "responses": [ { "uuid": "b0578cc1-5765-4afe-b1dd-e412821d141b", "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": "bc9d9cd3-1813-4699-ac27-2a963739077e", "documentation": "Returns notification details for a given notification id.", "method": "get", "endpoint": "books/v1/notification/get", "responses": [ { "uuid": "6f6bade4-f263-417d-ae98-cb23afa0bf49", "body": "{\n \"body\": \"\",\n \"crmExperimentIds\": [\n \"\"\n ],\n \"doc_id\": \"\",\n \"doc_type\": \"\",\n \"dont_show_notification\": {{faker 'datatype.boolean'}},\n \"iconUrl\": \"\",\n \"is_document_mature\": {{faker 'datatype.boolean'}},\n \"kind\": \"\",\n \"notificationGroup\": \"\",\n \"notification_type\": \"\",\n \"pcampaign_id\": \"\",\n \"reason\": \"\",\n \"show_notification_settings_action\": {{faker 'datatype.boolean'}},\n \"targetUrl\": \"\",\n \"timeToExpireMs\": \"\",\n \"title\": \"\"\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": "c156736e-e2fd-43ab-99dd-4bcfcf81c278", "documentation": "List categories for onboarding experience.", "method": "get", "endpoint": "books/v1/onboarding/listCategories", "responses": [ { "uuid": "1068432a-3923-4941-80ba-3bf7cf5cd15e", "body": "{\n \"items\": [\n {\n \"badgeUrl\": \"\",\n \"categoryId\": \"\",\n \"name\": \"\"\n }\n ],\n \"kind\": \"\"\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": "c83812e2-9fab-45bd-bfcf-b846a256e43f", "documentation": "List available volumes under categories for onboarding experience.", "method": "get", "endpoint": "books/v1/onboarding/listCategoryVolumes", "responses": [ { "uuid": "834e33a2-7e71-4143-997d-d8dbc632c611", "body": "{\n \"items\": [\n {\n \"accessInfo\": {\n \"accessViewStatus\": \"\",\n \"country\": \"\",\n \"downloadAccess\": {\n \"deviceAllowed\": {{faker 'datatype.boolean'}},\n \"downloadsAcquired\": {{faker 'number.int' max=99999}},\n \"justAcquired\": {{faker 'datatype.boolean'}},\n \"kind\": \"\",\n \"maxDownloadDevices\": {{faker 'number.int' max=99999}},\n \"message\": \"\",\n \"nonce\": \"\",\n \"reasonCode\": \"\",\n \"restricted\": {{faker 'datatype.boolean'}},\n \"signature\": \"\",\n \"source\": \"\",\n \"volumeId\": \"\"\n },\n \"driveImportedContentLink\": \"\",\n \"embeddable\": {{faker 'datatype.boolean'}},\n \"epub\": {\n \"acsTokenLink\": \"\",\n \"downloadLink\": \"\",\n \"isAvailable\": {{faker 'datatype.boolean'}}\n },\n \"explicitOfflineLicenseManagement\": {{faker 'datatype.boolean'}},\n \"pdf\": {\n \"acsTokenLink\": \"\",\n \"downloadLink\": \"\",\n \"isAvailable\": {{faker 'datatype.boolean'}}\n },\n \"publicDomain\": {{faker 'datatype.boolean'}},\n \"quoteSharingAllowed\": {{faker 'datatype.boolean'}},\n \"textToSpeechPermission\": \"\",\n \"viewOrderUrl\": \"\",\n \"viewability\": \"\",\n \"webReaderLink\": \"\"\n },\n \"etag\": \"\",\n \"id\": \"\",\n \"kind\": \"\",\n \"layerInfo\": {\n \"layers\": [\n {\n \"layerId\": \"\",\n \"volumeAnnotationsVersion\": \"\"\n }\n ]\n },\n \"recommendedInfo\": {\n \"explanation\": \"\"\n },\n \"saleInfo\": {\n \"buyLink\": \"\",\n \"country\": \"\",\n \"isEbook\": {{faker 'datatype.boolean'}},\n \"listPrice\": {\n \"amount\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n },\n \"offers\": [\n {\n \"finskyOfferType\": {{faker 'number.int' max=99999}},\n \"giftable\": {{faker 'datatype.boolean'}},\n \"listPrice\": {\n \"amountInMicros\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n },\n \"rentalDuration\": {\n \"count\": {{faker 'number.float'}},\n \"unit\": \"\"\n },\n \"retailPrice\": {\n \"amountInMicros\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n }\n }\n ],\n \"onSaleDate\": \"\",\n \"retailPrice\": {\n \"amount\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n },\n \"saleability\": \"\"\n },\n \"searchInfo\": {\n \"textSnippet\": \"\"\n },\n \"selfLink\": \"\",\n \"userInfo\": {\n \"acquiredTime\": \"\",\n \"acquisitionType\": {{faker 'number.int' max=99999}},\n \"copy\": {\n \"allowedCharacterCount\": {{faker 'number.int' max=99999}},\n \"limitType\": \"\",\n \"remainingCharacterCount\": {{faker 'number.int' max=99999}},\n \"updated\": \"\"\n },\n \"entitlementType\": {{faker 'number.int' max=99999}},\n \"familySharing\": {\n \"familyRole\": \"\",\n \"isSharingAllowed\": {{faker 'datatype.boolean'}},\n \"isSharingDisabledByFop\": {{faker 'datatype.boolean'}}\n },\n \"isFamilySharedFromUser\": {{faker 'datatype.boolean'}},\n \"isFamilySharedToUser\": {{faker 'datatype.boolean'}},\n \"isFamilySharingAllowed\": {{faker 'datatype.boolean'}},\n \"isFamilySharingDisabledByFop\": {{faker 'datatype.boolean'}},\n \"isInMyBooks\": {{faker 'datatype.boolean'}},\n \"isPreordered\": {{faker 'datatype.boolean'}},\n \"isPurchased\": {{faker 'datatype.boolean'}},\n \"isUploaded\": {{faker 'datatype.boolean'}},\n \"readingPosition\": {\n \"epubCfiPosition\": \"\",\n \"gbImagePosition\": \"\",\n \"gbTextPosition\": \"\",\n \"kind\": \"\",\n \"pdfPosition\": \"\",\n \"updated\": \"\",\n \"volumeId\": \"\"\n },\n \"rentalPeriod\": {\n \"endUtcSec\": \"\",\n \"startUtcSec\": \"\"\n },\n \"rentalState\": \"\",\n \"review\": {\n \"author\": {\n \"displayName\": \"\"\n },\n \"content\": \"\",\n \"date\": \"\",\n \"fullTextUrl\": \"\",\n \"kind\": \"\",\n \"rating\": \"\",\n \"source\": {\n \"description\": \"\",\n \"extraDescription\": \"\",\n \"url\": \"\"\n },\n \"title\": \"\",\n \"type\": \"\",\n \"volumeId\": \"\"\n },\n \"updated\": \"\",\n \"userUploadedVolumeInfo\": {\n \"processingState\": \"\"\n }\n },\n \"volumeInfo\": {\n \"allowAnonLogging\": {{faker 'datatype.boolean'}},\n \"authors\": [\n \"\"\n ],\n \"averageRating\": {{faker 'number.float'}},\n \"canonicalVolumeLink\": \"\",\n \"categories\": [\n \"\"\n ],\n \"comicsContent\": {{faker 'datatype.boolean'}},\n \"contentVersion\": \"\",\n \"description\": \"\",\n \"dimensions\": {\n \"height\": \"\",\n \"thickness\": \"\",\n \"width\": \"\"\n },\n \"imageLinks\": {\n \"extraLarge\": \"\",\n \"large\": \"\",\n \"medium\": \"\",\n \"small\": \"\",\n \"smallThumbnail\": \"\",\n \"thumbnail\": \"\"\n },\n \"industryIdentifiers\": [\n {\n \"identifier\": \"\",\n \"type\": \"\"\n }\n ],\n \"infoLink\": \"\",\n \"language\": \"\",\n \"mainCategory\": \"\",\n \"maturityRating\": \"\",\n \"pageCount\": {{faker 'number.int' max=99999}},\n \"panelizationSummary\": {\n \"containsEpubBubbles\": {{faker 'datatype.boolean'}},\n \"containsImageBubbles\": {{faker 'datatype.boolean'}},\n \"epubBubbleVersion\": \"\",\n \"imageBubbleVersion\": \"\"\n },\n \"previewLink\": \"\",\n \"printType\": \"\",\n \"printedPageCount\": {{faker 'number.int' max=99999}},\n \"publishedDate\": \"\",\n \"publisher\": \"\",\n \"ratingsCount\": {{faker 'number.int' max=99999}},\n \"readingModes\": {\n \"image\": {{faker 'datatype.boolean'}},\n \"text\": {{faker 'datatype.boolean'}}\n },\n \"samplePageCount\": {{faker 'number.int' max=99999}},\n \"seriesInfo\": {\n \"bookDisplayNumber\": \"\",\n \"kind\": \"\",\n \"shortSeriesBookTitle\": \"\",\n \"volumeSeries\": [\n {\n \"issue\": [\n {\n \"issueDisplayNumber\": \"\",\n \"issueOrderNumber\": {{faker 'number.int' max=99999}}\n }\n ],\n \"orderNumber\": {{faker 'number.int' max=99999}},\n \"seriesBookType\": \"\",\n \"seriesId\": \"\"\n }\n ]\n },\n \"subtitle\": \"\",\n \"title\": \"\"\n }\n }\n ],\n \"kind\": \"\",\n \"nextPageToken\": \"\"\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": "34f6cb8d-a821-45d3-82fe-8087e5cf664a", "documentation": "Returns a stream of personalized book clusters", "method": "get", "endpoint": "books/v1/personalizedstream/get", "responses": [ { "uuid": "c2541729-7dbf-46db-858f-97d6209e4d47", "body": "{\n \"clusters\": [\n {\n \"banner_with_content_container\": {\n \"fillColorArgb\": \"\",\n \"imageUrl\": \"\",\n \"maskColorArgb\": \"\",\n \"moreButtonText\": \"\",\n \"moreButtonUrl\": \"\",\n \"textColorArgb\": \"\"\n },\n \"subTitle\": \"\",\n \"title\": \"\",\n \"totalVolumes\": {{faker 'number.int' max=99999}},\n \"uid\": \"\",\n \"volumes\": [\n {\n \"accessInfo\": {\n \"accessViewStatus\": \"\",\n \"country\": \"\",\n \"downloadAccess\": {\n \"deviceAllowed\": {{faker 'datatype.boolean'}},\n \"downloadsAcquired\": {{faker 'number.int' max=99999}},\n \"justAcquired\": {{faker 'datatype.boolean'}},\n \"kind\": \"\",\n \"maxDownloadDevices\": {{faker 'number.int' max=99999}},\n \"message\": \"\",\n \"nonce\": \"\",\n \"reasonCode\": \"\",\n \"restricted\": {{faker 'datatype.boolean'}},\n \"signature\": \"\",\n \"source\": \"\",\n \"volumeId\": \"\"\n },\n \"driveImportedContentLink\": \"\",\n \"embeddable\": {{faker 'datatype.boolean'}},\n \"epub\": {\n \"acsTokenLink\": \"\",\n \"downloadLink\": \"\",\n \"isAvailable\": {{faker 'datatype.boolean'}}\n },\n \"explicitOfflineLicenseManagement\": {{faker 'datatype.boolean'}},\n \"pdf\": {\n \"acsTokenLink\": \"\",\n \"downloadLink\": \"\",\n \"isAvailable\": {{faker 'datatype.boolean'}}\n },\n \"publicDomain\": {{faker 'datatype.boolean'}},\n \"quoteSharingAllowed\": {{faker 'datatype.boolean'}},\n \"textToSpeechPermission\": \"\",\n \"viewOrderUrl\": \"\",\n \"viewability\": \"\",\n \"webReaderLink\": \"\"\n },\n \"etag\": \"\",\n \"id\": \"\",\n \"kind\": \"\",\n \"layerInfo\": {\n \"layers\": [\n {\n \"layerId\": \"\",\n \"volumeAnnotationsVersion\": \"\"\n }\n ]\n },\n \"recommendedInfo\": {\n \"explanation\": \"\"\n },\n \"saleInfo\": {\n \"buyLink\": \"\",\n \"country\": \"\",\n \"isEbook\": {{faker 'datatype.boolean'}},\n \"listPrice\": {\n \"amount\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n },\n \"offers\": [\n {\n \"finskyOfferType\": {{faker 'number.int' max=99999}},\n \"giftable\": {{faker 'datatype.boolean'}},\n \"listPrice\": {\n \"amountInMicros\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n },\n \"rentalDuration\": {\n \"count\": {{faker 'number.float'}},\n \"unit\": \"\"\n },\n \"retailPrice\": {\n \"amountInMicros\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n }\n }\n ],\n \"onSaleDate\": \"\",\n \"retailPrice\": {\n \"amount\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n },\n \"saleability\": \"\"\n },\n \"searchInfo\": {\n \"textSnippet\": \"\"\n },\n \"selfLink\": \"\",\n \"userInfo\": {\n \"acquiredTime\": \"\",\n \"acquisitionType\": {{faker 'number.int' max=99999}},\n \"copy\": {\n \"allowedCharacterCount\": {{faker 'number.int' max=99999}},\n \"limitType\": \"\",\n \"remainingCharacterCount\": {{faker 'number.int' max=99999}},\n \"updated\": \"\"\n },\n \"entitlementType\": {{faker 'number.int' max=99999}},\n \"familySharing\": {\n \"familyRole\": \"\",\n \"isSharingAllowed\": {{faker 'datatype.boolean'}},\n \"isSharingDisabledByFop\": {{faker 'datatype.boolean'}}\n },\n \"isFamilySharedFromUser\": {{faker 'datatype.boolean'}},\n \"isFamilySharedToUser\": {{faker 'datatype.boolean'}},\n \"isFamilySharingAllowed\": {{faker 'datatype.boolean'}},\n \"isFamilySharingDisabledByFop\": {{faker 'datatype.boolean'}},\n \"isInMyBooks\": {{faker 'datatype.boolean'}},\n \"isPreordered\": {{faker 'datatype.boolean'}},\n \"isPurchased\": {{faker 'datatype.boolean'}},\n \"isUploaded\": {{faker 'datatype.boolean'}},\n \"readingPosition\": {\n \"epubCfiPosition\": \"\",\n \"gbImagePosition\": \"\",\n \"gbTextPosition\": \"\",\n \"kind\": \"\",\n \"pdfPosition\": \"\",\n \"updated\": \"\",\n \"volumeId\": \"\"\n },\n \"rentalPeriod\": {\n \"endUtcSec\": \"\",\n \"startUtcSec\": \"\"\n },\n \"rentalState\": \"\",\n \"review\": {\n \"author\": {\n \"displayName\": \"\"\n },\n \"content\": \"\",\n \"date\": \"\",\n \"fullTextUrl\": \"\",\n \"kind\": \"\",\n \"rating\": \"\",\n \"source\": {\n \"description\": \"\",\n \"extraDescription\": \"\",\n \"url\": \"\"\n },\n \"title\": \"\",\n \"type\": \"\",\n \"volumeId\": \"\"\n },\n \"updated\": \"\",\n \"userUploadedVolumeInfo\": {\n \"processingState\": \"\"\n }\n },\n \"volumeInfo\": {\n \"allowAnonLogging\": {{faker 'datatype.boolean'}},\n \"authors\": [\n \"\"\n ],\n \"averageRating\": {{faker 'number.float'}},\n \"canonicalVolumeLink\": \"\",\n \"categories\": [\n \"\"\n ],\n \"comicsContent\": {{faker 'datatype.boolean'}},\n \"contentVersion\": \"\",\n \"description\": \"\",\n \"dimensions\": {\n \"height\": \"\",\n \"thickness\": \"\",\n \"width\": \"\"\n },\n \"imageLinks\": {\n \"extraLarge\": \"\",\n \"large\": \"\",\n \"medium\": \"\",\n \"small\": \"\",\n \"smallThumbnail\": \"\",\n \"thumbnail\": \"\"\n },\n \"industryIdentifiers\": [\n {\n \"identifier\": \"\",\n \"type\": \"\"\n }\n ],\n \"infoLink\": \"\",\n \"language\": \"\",\n \"mainCategory\": \"\",\n \"maturityRating\": \"\",\n \"pageCount\": {{faker 'number.int' max=99999}},\n \"panelizationSummary\": {\n \"containsEpubBubbles\": {{faker 'datatype.boolean'}},\n \"containsImageBubbles\": {{faker 'datatype.boolean'}},\n \"epubBubbleVersion\": \"\",\n \"imageBubbleVersion\": \"\"\n },\n \"previewLink\": \"\",\n \"printType\": \"\",\n \"printedPageCount\": {{faker 'number.int' max=99999}},\n \"publishedDate\": \"\",\n \"publisher\": \"\",\n \"ratingsCount\": {{faker 'number.int' max=99999}},\n \"readingModes\": {\n \"image\": {{faker 'datatype.boolean'}},\n \"text\": {{faker 'datatype.boolean'}}\n },\n \"samplePageCount\": {{faker 'number.int' max=99999}},\n \"seriesInfo\": {\n \"bookDisplayNumber\": \"\",\n \"kind\": \"\",\n \"shortSeriesBookTitle\": \"\",\n \"volumeSeries\": [\n {\n \"issue\": [\n {\n \"issueDisplayNumber\": \"\",\n \"issueOrderNumber\": {{faker 'number.int' max=99999}}\n }\n ],\n \"orderNumber\": {{faker 'number.int' max=99999}},\n \"seriesBookType\": \"\",\n \"seriesId\": \"\"\n }\n ]\n },\n \"subtitle\": \"\",\n \"title\": \"\"\n }\n }\n ]\n }\n ],\n \"kind\": \"\",\n \"totalClusters\": {{faker 'number.int' max=99999}}\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": "618131cd-93f7-4aae-aae2-e7632a0967b3", "documentation": "Accepts the promo offer.", "method": "post", "endpoint": "books/v1/promooffer/accept", "responses": [ { "uuid": "e511ec36-074f-4559-aa34-14b34e1cd90b", "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": "17359b79-e3ce-4ae5-af1c-aaaf6b467869", "documentation": "Marks the promo offer as dismissed.", "method": "post", "endpoint": "books/v1/promooffer/dismiss", "responses": [ { "uuid": "726c03c7-8b7e-4d9c-aae7-9a79745f63fe", "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": "954d641f-e5dd-46b8-afd3-c20f731fba86", "documentation": "Returns a list of promo offers available to the user", "method": "get", "endpoint": "books/v1/promooffer/get", "responses": [ { "uuid": "66e319a1-73b6-4115-9fb8-2ddeded97ac7", "body": "{\n \"items\": [\n {\n \"artUrl\": \"\",\n \"gservicesKey\": \"\",\n \"id\": \"\",\n \"items\": [\n {\n \"author\": \"\",\n \"canonicalVolumeLink\": \"\",\n \"coverUrl\": \"\",\n \"description\": \"\",\n \"title\": \"\",\n \"volumeId\": \"\"\n }\n ]\n }\n ],\n \"kind\": \"\"\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": "e68a69b9-6f76-4300-9a61-7caca1afee56", "documentation": "Returns Series metadata for the given series ids.", "method": "get", "endpoint": "books/v1/series/get", "responses": [ { "uuid": "15f041b8-d32f-4150-975f-0542d0560c1c", "body": "{\n \"kind\": \"\",\n \"series\": [\n {\n \"bannerImageUrl\": \"\",\n \"eligibleForSubscription\": {{faker 'datatype.boolean'}},\n \"imageUrl\": \"\",\n \"isComplete\": {{faker 'datatype.boolean'}},\n \"seriesFormatType\": \"\",\n \"seriesId\": \"\",\n \"seriesSubscriptionReleaseInfo\": {\n \"cancelTime\": \"\",\n \"currentReleaseInfo\": {\n \"amountInMicros\": {{faker 'number.float'}},\n \"currencyCode\": \"\",\n \"releaseNumber\": \"\",\n \"releaseTime\": \"\"\n },\n \"nextReleaseInfo\": {\n \"amountInMicros\": {{faker 'number.float'}},\n \"currencyCode\": \"\",\n \"releaseNumber\": \"\",\n \"releaseTime\": \"\"\n },\n \"seriesSubscriptionType\": \"\"\n },\n \"seriesType\": \"\",\n \"subscriptionId\": \"\",\n \"title\": \"\"\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": "f852a831-2740-4945-879a-44f3a67ee2c5", "documentation": "Returns Series membership data given the series id.", "method": "get", "endpoint": "books/v1/series/membership/get", "responses": [ { "uuid": "3df61130-9713-42a6-8ede-dcbfe8fc5a18", "body": "{\n \"kind\": \"\",\n \"member\": [\n {\n \"accessInfo\": {\n \"accessViewStatus\": \"\",\n \"country\": \"\",\n \"downloadAccess\": {\n \"deviceAllowed\": {{faker 'datatype.boolean'}},\n \"downloadsAcquired\": {{faker 'number.int' max=99999}},\n \"justAcquired\": {{faker 'datatype.boolean'}},\n \"kind\": \"\",\n \"maxDownloadDevices\": {{faker 'number.int' max=99999}},\n \"message\": \"\",\n \"nonce\": \"\",\n \"reasonCode\": \"\",\n \"restricted\": {{faker 'datatype.boolean'}},\n \"signature\": \"\",\n \"source\": \"\",\n \"volumeId\": \"\"\n },\n \"driveImportedContentLink\": \"\",\n \"embeddable\": {{faker 'datatype.boolean'}},\n \"epub\": {\n \"acsTokenLink\": \"\",\n \"downloadLink\": \"\",\n \"isAvailable\": {{faker 'datatype.boolean'}}\n },\n \"explicitOfflineLicenseManagement\": {{faker 'datatype.boolean'}},\n \"pdf\": {\n \"acsTokenLink\": \"\",\n \"downloadLink\": \"\",\n \"isAvailable\": {{faker 'datatype.boolean'}}\n },\n \"publicDomain\": {{faker 'datatype.boolean'}},\n \"quoteSharingAllowed\": {{faker 'datatype.boolean'}},\n \"textToSpeechPermission\": \"\",\n \"viewOrderUrl\": \"\",\n \"viewability\": \"\",\n \"webReaderLink\": \"\"\n },\n \"etag\": \"\",\n \"id\": \"\",\n \"kind\": \"\",\n \"layerInfo\": {\n \"layers\": [\n {\n \"layerId\": \"\",\n \"volumeAnnotationsVersion\": \"\"\n }\n ]\n },\n \"recommendedInfo\": {\n \"explanation\": \"\"\n },\n \"saleInfo\": {\n \"buyLink\": \"\",\n \"country\": \"\",\n \"isEbook\": {{faker 'datatype.boolean'}},\n \"listPrice\": {\n \"amount\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n },\n \"offers\": [\n {\n \"finskyOfferType\": {{faker 'number.int' max=99999}},\n \"giftable\": {{faker 'datatype.boolean'}},\n \"listPrice\": {\n \"amountInMicros\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n },\n \"rentalDuration\": {\n \"count\": {{faker 'number.float'}},\n \"unit\": \"\"\n },\n \"retailPrice\": {\n \"amountInMicros\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n }\n }\n ],\n \"onSaleDate\": \"\",\n \"retailPrice\": {\n \"amount\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n },\n \"saleability\": \"\"\n },\n \"searchInfo\": {\n \"textSnippet\": \"\"\n },\n \"selfLink\": \"\",\n \"userInfo\": {\n \"acquiredTime\": \"\",\n \"acquisitionType\": {{faker 'number.int' max=99999}},\n \"copy\": {\n \"allowedCharacterCount\": {{faker 'number.int' max=99999}},\n \"limitType\": \"\",\n \"remainingCharacterCount\": {{faker 'number.int' max=99999}},\n \"updated\": \"\"\n },\n \"entitlementType\": {{faker 'number.int' max=99999}},\n \"familySharing\": {\n \"familyRole\": \"\",\n \"isSharingAllowed\": {{faker 'datatype.boolean'}},\n \"isSharingDisabledByFop\": {{faker 'datatype.boolean'}}\n },\n \"isFamilySharedFromUser\": {{faker 'datatype.boolean'}},\n \"isFamilySharedToUser\": {{faker 'datatype.boolean'}},\n \"isFamilySharingAllowed\": {{faker 'datatype.boolean'}},\n \"isFamilySharingDisabledByFop\": {{faker 'datatype.boolean'}},\n \"isInMyBooks\": {{faker 'datatype.boolean'}},\n \"isPreordered\": {{faker 'datatype.boolean'}},\n \"isPurchased\": {{faker 'datatype.boolean'}},\n \"isUploaded\": {{faker 'datatype.boolean'}},\n \"readingPosition\": {\n \"epubCfiPosition\": \"\",\n \"gbImagePosition\": \"\",\n \"gbTextPosition\": \"\",\n \"kind\": \"\",\n \"pdfPosition\": \"\",\n \"updated\": \"\",\n \"volumeId\": \"\"\n },\n \"rentalPeriod\": {\n \"endUtcSec\": \"\",\n \"startUtcSec\": \"\"\n },\n \"rentalState\": \"\",\n \"review\": {\n \"author\": {\n \"displayName\": \"\"\n },\n \"content\": \"\",\n \"date\": \"\",\n \"fullTextUrl\": \"\",\n \"kind\": \"\",\n \"rating\": \"\",\n \"source\": {\n \"description\": \"\",\n \"extraDescription\": \"\",\n \"url\": \"\"\n },\n \"title\": \"\",\n \"type\": \"\",\n \"volumeId\": \"\"\n },\n \"updated\": \"\",\n \"userUploadedVolumeInfo\": {\n \"processingState\": \"\"\n }\n },\n \"volumeInfo\": {\n \"allowAnonLogging\": {{faker 'datatype.boolean'}},\n \"authors\": [\n \"\"\n ],\n \"averageRating\": {{faker 'number.float'}},\n \"canonicalVolumeLink\": \"\",\n \"categories\": [\n \"\"\n ],\n \"comicsContent\": {{faker 'datatype.boolean'}},\n \"contentVersion\": \"\",\n \"description\": \"\",\n \"dimensions\": {\n \"height\": \"\",\n \"thickness\": \"\",\n \"width\": \"\"\n },\n \"imageLinks\": {\n \"extraLarge\": \"\",\n \"large\": \"\",\n \"medium\": \"\",\n \"small\": \"\",\n \"smallThumbnail\": \"\",\n \"thumbnail\": \"\"\n },\n \"industryIdentifiers\": [\n {\n \"identifier\": \"\",\n \"type\": \"\"\n }\n ],\n \"infoLink\": \"\",\n \"language\": \"\",\n \"mainCategory\": \"\",\n \"maturityRating\": \"\",\n \"pageCount\": {{faker 'number.int' max=99999}},\n \"panelizationSummary\": {\n \"containsEpubBubbles\": {{faker 'datatype.boolean'}},\n \"containsImageBubbles\": {{faker 'datatype.boolean'}},\n \"epubBubbleVersion\": \"\",\n \"imageBubbleVersion\": \"\"\n },\n \"previewLink\": \"\",\n \"printType\": \"\",\n \"printedPageCount\": {{faker 'number.int' max=99999}},\n \"publishedDate\": \"\",\n \"publisher\": \"\",\n \"ratingsCount\": {{faker 'number.int' max=99999}},\n \"readingModes\": {\n \"image\": {{faker 'datatype.boolean'}},\n \"text\": {{faker 'datatype.boolean'}}\n },\n \"samplePageCount\": {{faker 'number.int' max=99999}},\n \"seriesInfo\": {\n \"bookDisplayNumber\": \"\",\n \"kind\": \"\",\n \"shortSeriesBookTitle\": \"\",\n \"volumeSeries\": [\n {\n \"issue\": [\n {\n \"issueDisplayNumber\": \"\",\n \"issueOrderNumber\": {{faker 'number.int' max=99999}}\n }\n ],\n \"orderNumber\": {{faker 'number.int' max=99999}},\n \"seriesBookType\": \"\",\n \"seriesId\": \"\"\n }\n ]\n },\n \"subtitle\": \"\",\n \"title\": \"\"\n }\n }\n ],\n \"nextPageToken\": \"\"\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": "60048ec2-1637-492e-8336-ac6a6224a9da", "documentation": "Retrieves a list of public bookshelves for the specified user.", "method": "get", "endpoint": "books/v1/users/:userId/bookshelves", "responses": [ { "uuid": "d2c2120e-7d63-460e-b0e6-19cda19014a2", "body": "{\n \"items\": [\n {\n \"access\": \"\",\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"kind\": \"\",\n \"selfLink\": \"\",\n \"title\": \"\",\n \"updated\": \"\",\n \"volumeCount\": {{faker 'number.int' max=99999}},\n \"volumesLastUpdated\": \"\"\n }\n ],\n \"kind\": \"\"\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": "ad7c0d1d-e150-417b-8ee7-2fc8b37702e2", "documentation": "Retrieves metadata for a specific bookshelf for the specified user.", "method": "get", "endpoint": "books/v1/users/:userId/bookshelves/:shelf", "responses": [ { "uuid": "2a7aee53-80ff-48b4-998a-d66fcaa82fa5", "body": "{\n \"access\": \"\",\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"kind\": \"\",\n \"selfLink\": \"\",\n \"title\": \"\",\n \"updated\": \"\",\n \"volumeCount\": {{faker 'number.int' max=99999}},\n \"volumesLastUpdated\": \"\"\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": "305b7987-690e-489b-919b-db1c550b7f5c", "documentation": "Retrieves volumes in a specific bookshelf for the specified user.", "method": "get", "endpoint": "books/v1/users/:userId/bookshelves/:shelf/volumes", "responses": [ { "uuid": "6c4f6b28-d7bc-41ba-b9e8-0fc3add20ffb", "body": "{\n \"items\": [\n {\n \"accessInfo\": {\n \"accessViewStatus\": \"\",\n \"country\": \"\",\n \"downloadAccess\": {\n \"deviceAllowed\": {{faker 'datatype.boolean'}},\n \"downloadsAcquired\": {{faker 'number.int' max=99999}},\n \"justAcquired\": {{faker 'datatype.boolean'}},\n \"kind\": \"\",\n \"maxDownloadDevices\": {{faker 'number.int' max=99999}},\n \"message\": \"\",\n \"nonce\": \"\",\n \"reasonCode\": \"\",\n \"restricted\": {{faker 'datatype.boolean'}},\n \"signature\": \"\",\n \"source\": \"\",\n \"volumeId\": \"\"\n },\n \"driveImportedContentLink\": \"\",\n \"embeddable\": {{faker 'datatype.boolean'}},\n \"epub\": {\n \"acsTokenLink\": \"\",\n \"downloadLink\": \"\",\n \"isAvailable\": {{faker 'datatype.boolean'}}\n },\n \"explicitOfflineLicenseManagement\": {{faker 'datatype.boolean'}},\n \"pdf\": {\n \"acsTokenLink\": \"\",\n \"downloadLink\": \"\",\n \"isAvailable\": {{faker 'datatype.boolean'}}\n },\n \"publicDomain\": {{faker 'datatype.boolean'}},\n \"quoteSharingAllowed\": {{faker 'datatype.boolean'}},\n \"textToSpeechPermission\": \"\",\n \"viewOrderUrl\": \"\",\n \"viewability\": \"\",\n \"webReaderLink\": \"\"\n },\n \"etag\": \"\",\n \"id\": \"\",\n \"kind\": \"\",\n \"layerInfo\": {\n \"layers\": [\n {\n \"layerId\": \"\",\n \"volumeAnnotationsVersion\": \"\"\n }\n ]\n },\n \"recommendedInfo\": {\n \"explanation\": \"\"\n },\n \"saleInfo\": {\n \"buyLink\": \"\",\n \"country\": \"\",\n \"isEbook\": {{faker 'datatype.boolean'}},\n \"listPrice\": {\n \"amount\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n },\n \"offers\": [\n {\n \"finskyOfferType\": {{faker 'number.int' max=99999}},\n \"giftable\": {{faker 'datatype.boolean'}},\n \"listPrice\": {\n \"amountInMicros\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n },\n \"rentalDuration\": {\n \"count\": {{faker 'number.float'}},\n \"unit\": \"\"\n },\n \"retailPrice\": {\n \"amountInMicros\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n }\n }\n ],\n \"onSaleDate\": \"\",\n \"retailPrice\": {\n \"amount\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n },\n \"saleability\": \"\"\n },\n \"searchInfo\": {\n \"textSnippet\": \"\"\n },\n \"selfLink\": \"\",\n \"userInfo\": {\n \"acquiredTime\": \"\",\n \"acquisitionType\": {{faker 'number.int' max=99999}},\n \"copy\": {\n \"allowedCharacterCount\": {{faker 'number.int' max=99999}},\n \"limitType\": \"\",\n \"remainingCharacterCount\": {{faker 'number.int' max=99999}},\n \"updated\": \"\"\n },\n \"entitlementType\": {{faker 'number.int' max=99999}},\n \"familySharing\": {\n \"familyRole\": \"\",\n \"isSharingAllowed\": {{faker 'datatype.boolean'}},\n \"isSharingDisabledByFop\": {{faker 'datatype.boolean'}}\n },\n \"isFamilySharedFromUser\": {{faker 'datatype.boolean'}},\n \"isFamilySharedToUser\": {{faker 'datatype.boolean'}},\n \"isFamilySharingAllowed\": {{faker 'datatype.boolean'}},\n \"isFamilySharingDisabledByFop\": {{faker 'datatype.boolean'}},\n \"isInMyBooks\": {{faker 'datatype.boolean'}},\n \"isPreordered\": {{faker 'datatype.boolean'}},\n \"isPurchased\": {{faker 'datatype.boolean'}},\n \"isUploaded\": {{faker 'datatype.boolean'}},\n \"readingPosition\": {\n \"epubCfiPosition\": \"\",\n \"gbImagePosition\": \"\",\n \"gbTextPosition\": \"\",\n \"kind\": \"\",\n \"pdfPosition\": \"\",\n \"updated\": \"\",\n \"volumeId\": \"\"\n },\n \"rentalPeriod\": {\n \"endUtcSec\": \"\",\n \"startUtcSec\": \"\"\n },\n \"rentalState\": \"\",\n \"review\": {\n \"author\": {\n \"displayName\": \"\"\n },\n \"content\": \"\",\n \"date\": \"\",\n \"fullTextUrl\": \"\",\n \"kind\": \"\",\n \"rating\": \"\",\n \"source\": {\n \"description\": \"\",\n \"extraDescription\": \"\",\n \"url\": \"\"\n },\n \"title\": \"\",\n \"type\": \"\",\n \"volumeId\": \"\"\n },\n \"updated\": \"\",\n \"userUploadedVolumeInfo\": {\n \"processingState\": \"\"\n }\n },\n \"volumeInfo\": {\n \"allowAnonLogging\": {{faker 'datatype.boolean'}},\n \"authors\": [\n \"\"\n ],\n \"averageRating\": {{faker 'number.float'}},\n \"canonicalVolumeLink\": \"\",\n \"categories\": [\n \"\"\n ],\n \"comicsContent\": {{faker 'datatype.boolean'}},\n \"contentVersion\": \"\",\n \"description\": \"\",\n \"dimensions\": {\n \"height\": \"\",\n \"thickness\": \"\",\n \"width\": \"\"\n },\n \"imageLinks\": {\n \"extraLarge\": \"\",\n \"large\": \"\",\n \"medium\": \"\",\n \"small\": \"\",\n \"smallThumbnail\": \"\",\n \"thumbnail\": \"\"\n },\n \"industryIdentifiers\": [\n {\n \"identifier\": \"\",\n \"type\": \"\"\n }\n ],\n \"infoLink\": \"\",\n \"language\": \"\",\n \"mainCategory\": \"\",\n \"maturityRating\": \"\",\n \"pageCount\": {{faker 'number.int' max=99999}},\n \"panelizationSummary\": {\n \"containsEpubBubbles\": {{faker 'datatype.boolean'}},\n \"containsImageBubbles\": {{faker 'datatype.boolean'}},\n \"epubBubbleVersion\": \"\",\n \"imageBubbleVersion\": \"\"\n },\n \"previewLink\": \"\",\n \"printType\": \"\",\n \"printedPageCount\": {{faker 'number.int' max=99999}},\n \"publishedDate\": \"\",\n \"publisher\": \"\",\n \"ratingsCount\": {{faker 'number.int' max=99999}},\n \"readingModes\": {\n \"image\": {{faker 'datatype.boolean'}},\n \"text\": {{faker 'datatype.boolean'}}\n },\n \"samplePageCount\": {{faker 'number.int' max=99999}},\n \"seriesInfo\": {\n \"bookDisplayNumber\": \"\",\n \"kind\": \"\",\n \"shortSeriesBookTitle\": \"\",\n \"volumeSeries\": [\n {\n \"issue\": [\n {\n \"issueDisplayNumber\": \"\",\n \"issueOrderNumber\": {{faker 'number.int' max=99999}}\n }\n ],\n \"orderNumber\": {{faker 'number.int' max=99999}},\n \"seriesBookType\": \"\",\n \"seriesId\": \"\"\n }\n ]\n },\n \"subtitle\": \"\",\n \"title\": \"\"\n }\n }\n ],\n \"kind\": \"\",\n \"totalItems\": {{faker 'number.int' max=99999}}\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": "01ea645b-d7d7-447a-b15e-12ac8ede5ce5", "documentation": "Performs a book search.", "method": "get", "endpoint": "books/v1/volumes", "responses": [ { "uuid": "7e9ec116-47e3-4047-8b6b-8421384b38dc", "body": "{\n \"items\": [\n {\n \"accessInfo\": {\n \"accessViewStatus\": \"\",\n \"country\": \"\",\n \"downloadAccess\": {\n \"deviceAllowed\": {{faker 'datatype.boolean'}},\n \"downloadsAcquired\": {{faker 'number.int' max=99999}},\n \"justAcquired\": {{faker 'datatype.boolean'}},\n \"kind\": \"\",\n \"maxDownloadDevices\": {{faker 'number.int' max=99999}},\n \"message\": \"\",\n \"nonce\": \"\",\n \"reasonCode\": \"\",\n \"restricted\": {{faker 'datatype.boolean'}},\n \"signature\": \"\",\n \"source\": \"\",\n \"volumeId\": \"\"\n },\n \"driveImportedContentLink\": \"\",\n \"embeddable\": {{faker 'datatype.boolean'}},\n \"epub\": {\n \"acsTokenLink\": \"\",\n \"downloadLink\": \"\",\n \"isAvailable\": {{faker 'datatype.boolean'}}\n },\n \"explicitOfflineLicenseManagement\": {{faker 'datatype.boolean'}},\n \"pdf\": {\n \"acsTokenLink\": \"\",\n \"downloadLink\": \"\",\n \"isAvailable\": {{faker 'datatype.boolean'}}\n },\n \"publicDomain\": {{faker 'datatype.boolean'}},\n \"quoteSharingAllowed\": {{faker 'datatype.boolean'}},\n \"textToSpeechPermission\": \"\",\n \"viewOrderUrl\": \"\",\n \"viewability\": \"\",\n \"webReaderLink\": \"\"\n },\n \"etag\": \"\",\n \"id\": \"\",\n \"kind\": \"\",\n \"layerInfo\": {\n \"layers\": [\n {\n \"layerId\": \"\",\n \"volumeAnnotationsVersion\": \"\"\n }\n ]\n },\n \"recommendedInfo\": {\n \"explanation\": \"\"\n },\n \"saleInfo\": {\n \"buyLink\": \"\",\n \"country\": \"\",\n \"isEbook\": {{faker 'datatype.boolean'}},\n \"listPrice\": {\n \"amount\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n },\n \"offers\": [\n {\n \"finskyOfferType\": {{faker 'number.int' max=99999}},\n \"giftable\": {{faker 'datatype.boolean'}},\n \"listPrice\": {\n \"amountInMicros\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n },\n \"rentalDuration\": {\n \"count\": {{faker 'number.float'}},\n \"unit\": \"\"\n },\n \"retailPrice\": {\n \"amountInMicros\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n }\n }\n ],\n \"onSaleDate\": \"\",\n \"retailPrice\": {\n \"amount\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n },\n \"saleability\": \"\"\n },\n \"searchInfo\": {\n \"textSnippet\": \"\"\n },\n \"selfLink\": \"\",\n \"userInfo\": {\n \"acquiredTime\": \"\",\n \"acquisitionType\": {{faker 'number.int' max=99999}},\n \"copy\": {\n \"allowedCharacterCount\": {{faker 'number.int' max=99999}},\n \"limitType\": \"\",\n \"remainingCharacterCount\": {{faker 'number.int' max=99999}},\n \"updated\": \"\"\n },\n \"entitlementType\": {{faker 'number.int' max=99999}},\n \"familySharing\": {\n \"familyRole\": \"\",\n \"isSharingAllowed\": {{faker 'datatype.boolean'}},\n \"isSharingDisabledByFop\": {{faker 'datatype.boolean'}}\n },\n \"isFamilySharedFromUser\": {{faker 'datatype.boolean'}},\n \"isFamilySharedToUser\": {{faker 'datatype.boolean'}},\n \"isFamilySharingAllowed\": {{faker 'datatype.boolean'}},\n \"isFamilySharingDisabledByFop\": {{faker 'datatype.boolean'}},\n \"isInMyBooks\": {{faker 'datatype.boolean'}},\n \"isPreordered\": {{faker 'datatype.boolean'}},\n \"isPurchased\": {{faker 'datatype.boolean'}},\n \"isUploaded\": {{faker 'datatype.boolean'}},\n \"readingPosition\": {\n \"epubCfiPosition\": \"\",\n \"gbImagePosition\": \"\",\n \"gbTextPosition\": \"\",\n \"kind\": \"\",\n \"pdfPosition\": \"\",\n \"updated\": \"\",\n \"volumeId\": \"\"\n },\n \"rentalPeriod\": {\n \"endUtcSec\": \"\",\n \"startUtcSec\": \"\"\n },\n \"rentalState\": \"\",\n \"review\": {\n \"author\": {\n \"displayName\": \"\"\n },\n \"content\": \"\",\n \"date\": \"\",\n \"fullTextUrl\": \"\",\n \"kind\": \"\",\n \"rating\": \"\",\n \"source\": {\n \"description\": \"\",\n \"extraDescription\": \"\",\n \"url\": \"\"\n },\n \"title\": \"\",\n \"type\": \"\",\n \"volumeId\": \"\"\n },\n \"updated\": \"\",\n \"userUploadedVolumeInfo\": {\n \"processingState\": \"\"\n }\n },\n \"volumeInfo\": {\n \"allowAnonLogging\": {{faker 'datatype.boolean'}},\n \"authors\": [\n \"\"\n ],\n \"averageRating\": {{faker 'number.float'}},\n \"canonicalVolumeLink\": \"\",\n \"categories\": [\n \"\"\n ],\n \"comicsContent\": {{faker 'datatype.boolean'}},\n \"contentVersion\": \"\",\n \"description\": \"\",\n \"dimensions\": {\n \"height\": \"\",\n \"thickness\": \"\",\n \"width\": \"\"\n },\n \"imageLinks\": {\n \"extraLarge\": \"\",\n \"large\": \"\",\n \"medium\": \"\",\n \"small\": \"\",\n \"smallThumbnail\": \"\",\n \"thumbnail\": \"\"\n },\n \"industryIdentifiers\": [\n {\n \"identifier\": \"\",\n \"type\": \"\"\n }\n ],\n \"infoLink\": \"\",\n \"language\": \"\",\n \"mainCategory\": \"\",\n \"maturityRating\": \"\",\n \"pageCount\": {{faker 'number.int' max=99999}},\n \"panelizationSummary\": {\n \"containsEpubBubbles\": {{faker 'datatype.boolean'}},\n \"containsImageBubbles\": {{faker 'datatype.boolean'}},\n \"epubBubbleVersion\": \"\",\n \"imageBubbleVersion\": \"\"\n },\n \"previewLink\": \"\",\n \"printType\": \"\",\n \"printedPageCount\": {{faker 'number.int' max=99999}},\n \"publishedDate\": \"\",\n \"publisher\": \"\",\n \"ratingsCount\": {{faker 'number.int' max=99999}},\n \"readingModes\": {\n \"image\": {{faker 'datatype.boolean'}},\n \"text\": {{faker 'datatype.boolean'}}\n },\n \"samplePageCount\": {{faker 'number.int' max=99999}},\n \"seriesInfo\": {\n \"bookDisplayNumber\": \"\",\n \"kind\": \"\",\n \"shortSeriesBookTitle\": \"\",\n \"volumeSeries\": [\n {\n \"issue\": [\n {\n \"issueDisplayNumber\": \"\",\n \"issueOrderNumber\": {{faker 'number.int' max=99999}}\n }\n ],\n \"orderNumber\": {{faker 'number.int' max=99999}},\n \"seriesBookType\": \"\",\n \"seriesId\": \"\"\n }\n ]\n },\n \"subtitle\": \"\",\n \"title\": \"\"\n }\n }\n ],\n \"kind\": \"\",\n \"totalItems\": {{faker 'number.int' max=99999}}\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": "41e6cbad-b96b-4add-82d6-17c2970b49df", "documentation": "Return a list of books in My Library.", "method": "get", "endpoint": "books/v1/volumes/mybooks", "responses": [ { "uuid": "f5f1ed58-f2ea-4c14-b871-c1f99554cc23", "body": "{\n \"items\": [\n {\n \"accessInfo\": {\n \"accessViewStatus\": \"\",\n \"country\": \"\",\n \"downloadAccess\": {\n \"deviceAllowed\": {{faker 'datatype.boolean'}},\n \"downloadsAcquired\": {{faker 'number.int' max=99999}},\n \"justAcquired\": {{faker 'datatype.boolean'}},\n \"kind\": \"\",\n \"maxDownloadDevices\": {{faker 'number.int' max=99999}},\n \"message\": \"\",\n \"nonce\": \"\",\n \"reasonCode\": \"\",\n \"restricted\": {{faker 'datatype.boolean'}},\n \"signature\": \"\",\n \"source\": \"\",\n \"volumeId\": \"\"\n },\n \"driveImportedContentLink\": \"\",\n \"embeddable\": {{faker 'datatype.boolean'}},\n \"epub\": {\n \"acsTokenLink\": \"\",\n \"downloadLink\": \"\",\n \"isAvailable\": {{faker 'datatype.boolean'}}\n },\n \"explicitOfflineLicenseManagement\": {{faker 'datatype.boolean'}},\n \"pdf\": {\n \"acsTokenLink\": \"\",\n \"downloadLink\": \"\",\n \"isAvailable\": {{faker 'datatype.boolean'}}\n },\n \"publicDomain\": {{faker 'datatype.boolean'}},\n \"quoteSharingAllowed\": {{faker 'datatype.boolean'}},\n \"textToSpeechPermission\": \"\",\n \"viewOrderUrl\": \"\",\n \"viewability\": \"\",\n \"webReaderLink\": \"\"\n },\n \"etag\": \"\",\n \"id\": \"\",\n \"kind\": \"\",\n \"layerInfo\": {\n \"layers\": [\n {\n \"layerId\": \"\",\n \"volumeAnnotationsVersion\": \"\"\n }\n ]\n },\n \"recommendedInfo\": {\n \"explanation\": \"\"\n },\n \"saleInfo\": {\n \"buyLink\": \"\",\n \"country\": \"\",\n \"isEbook\": {{faker 'datatype.boolean'}},\n \"listPrice\": {\n \"amount\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n },\n \"offers\": [\n {\n \"finskyOfferType\": {{faker 'number.int' max=99999}},\n \"giftable\": {{faker 'datatype.boolean'}},\n \"listPrice\": {\n \"amountInMicros\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n },\n \"rentalDuration\": {\n \"count\": {{faker 'number.float'}},\n \"unit\": \"\"\n },\n \"retailPrice\": {\n \"amountInMicros\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n }\n }\n ],\n \"onSaleDate\": \"\",\n \"retailPrice\": {\n \"amount\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n },\n \"saleability\": \"\"\n },\n \"searchInfo\": {\n \"textSnippet\": \"\"\n },\n \"selfLink\": \"\",\n \"userInfo\": {\n \"acquiredTime\": \"\",\n \"acquisitionType\": {{faker 'number.int' max=99999}},\n \"copy\": {\n \"allowedCharacterCount\": {{faker 'number.int' max=99999}},\n \"limitType\": \"\",\n \"remainingCharacterCount\": {{faker 'number.int' max=99999}},\n \"updated\": \"\"\n },\n \"entitlementType\": {{faker 'number.int' max=99999}},\n \"familySharing\": {\n \"familyRole\": \"\",\n \"isSharingAllowed\": {{faker 'datatype.boolean'}},\n \"isSharingDisabledByFop\": {{faker 'datatype.boolean'}}\n },\n \"isFamilySharedFromUser\": {{faker 'datatype.boolean'}},\n \"isFamilySharedToUser\": {{faker 'datatype.boolean'}},\n \"isFamilySharingAllowed\": {{faker 'datatype.boolean'}},\n \"isFamilySharingDisabledByFop\": {{faker 'datatype.boolean'}},\n \"isInMyBooks\": {{faker 'datatype.boolean'}},\n \"isPreordered\": {{faker 'datatype.boolean'}},\n \"isPurchased\": {{faker 'datatype.boolean'}},\n \"isUploaded\": {{faker 'datatype.boolean'}},\n \"readingPosition\": {\n \"epubCfiPosition\": \"\",\n \"gbImagePosition\": \"\",\n \"gbTextPosition\": \"\",\n \"kind\": \"\",\n \"pdfPosition\": \"\",\n \"updated\": \"\",\n \"volumeId\": \"\"\n },\n \"rentalPeriod\": {\n \"endUtcSec\": \"\",\n \"startUtcSec\": \"\"\n },\n \"rentalState\": \"\",\n \"review\": {\n \"author\": {\n \"displayName\": \"\"\n },\n \"content\": \"\",\n \"date\": \"\",\n \"fullTextUrl\": \"\",\n \"kind\": \"\",\n \"rating\": \"\",\n \"source\": {\n \"description\": \"\",\n \"extraDescription\": \"\",\n \"url\": \"\"\n },\n \"title\": \"\",\n \"type\": \"\",\n \"volumeId\": \"\"\n },\n \"updated\": \"\",\n \"userUploadedVolumeInfo\": {\n \"processingState\": \"\"\n }\n },\n \"volumeInfo\": {\n \"allowAnonLogging\": {{faker 'datatype.boolean'}},\n \"authors\": [\n \"\"\n ],\n \"averageRating\": {{faker 'number.float'}},\n \"canonicalVolumeLink\": \"\",\n \"categories\": [\n \"\"\n ],\n \"comicsContent\": {{faker 'datatype.boolean'}},\n \"contentVersion\": \"\",\n \"description\": \"\",\n \"dimensions\": {\n \"height\": \"\",\n \"thickness\": \"\",\n \"width\": \"\"\n },\n \"imageLinks\": {\n \"extraLarge\": \"\",\n \"large\": \"\",\n \"medium\": \"\",\n \"small\": \"\",\n \"smallThumbnail\": \"\",\n \"thumbnail\": \"\"\n },\n \"industryIdentifiers\": [\n {\n \"identifier\": \"\",\n \"type\": \"\"\n }\n ],\n \"infoLink\": \"\",\n \"language\": \"\",\n \"mainCategory\": \"\",\n \"maturityRating\": \"\",\n \"pageCount\": {{faker 'number.int' max=99999}},\n \"panelizationSummary\": {\n \"containsEpubBubbles\": {{faker 'datatype.boolean'}},\n \"containsImageBubbles\": {{faker 'datatype.boolean'}},\n \"epubBubbleVersion\": \"\",\n \"imageBubbleVersion\": \"\"\n },\n \"previewLink\": \"\",\n \"printType\": \"\",\n \"printedPageCount\": {{faker 'number.int' max=99999}},\n \"publishedDate\": \"\",\n \"publisher\": \"\",\n \"ratingsCount\": {{faker 'number.int' max=99999}},\n \"readingModes\": {\n \"image\": {{faker 'datatype.boolean'}},\n \"text\": {{faker 'datatype.boolean'}}\n },\n \"samplePageCount\": {{faker 'number.int' max=99999}},\n \"seriesInfo\": {\n \"bookDisplayNumber\": \"\",\n \"kind\": \"\",\n \"shortSeriesBookTitle\": \"\",\n \"volumeSeries\": [\n {\n \"issue\": [\n {\n \"issueDisplayNumber\": \"\",\n \"issueOrderNumber\": {{faker 'number.int' max=99999}}\n }\n ],\n \"orderNumber\": {{faker 'number.int' max=99999}},\n \"seriesBookType\": \"\",\n \"seriesId\": \"\"\n }\n ]\n },\n \"subtitle\": \"\",\n \"title\": \"\"\n }\n }\n ],\n \"kind\": \"\",\n \"totalItems\": {{faker 'number.int' max=99999}}\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": "8b3d51b0-b580-43fb-b28f-f4d76deb451c", "documentation": "Return a list of recommended books for the current user.", "method": "get", "endpoint": "books/v1/volumes/recommended", "responses": [ { "uuid": "a8c62866-c620-4dfc-b801-098de2c155a3", "body": "{\n \"items\": [\n {\n \"accessInfo\": {\n \"accessViewStatus\": \"\",\n \"country\": \"\",\n \"downloadAccess\": {\n \"deviceAllowed\": {{faker 'datatype.boolean'}},\n \"downloadsAcquired\": {{faker 'number.int' max=99999}},\n \"justAcquired\": {{faker 'datatype.boolean'}},\n \"kind\": \"\",\n \"maxDownloadDevices\": {{faker 'number.int' max=99999}},\n \"message\": \"\",\n \"nonce\": \"\",\n \"reasonCode\": \"\",\n \"restricted\": {{faker 'datatype.boolean'}},\n \"signature\": \"\",\n \"source\": \"\",\n \"volumeId\": \"\"\n },\n \"driveImportedContentLink\": \"\",\n \"embeddable\": {{faker 'datatype.boolean'}},\n \"epub\": {\n \"acsTokenLink\": \"\",\n \"downloadLink\": \"\",\n \"isAvailable\": {{faker 'datatype.boolean'}}\n },\n \"explicitOfflineLicenseManagement\": {{faker 'datatype.boolean'}},\n \"pdf\": {\n \"acsTokenLink\": \"\",\n \"downloadLink\": \"\",\n \"isAvailable\": {{faker 'datatype.boolean'}}\n },\n \"publicDomain\": {{faker 'datatype.boolean'}},\n \"quoteSharingAllowed\": {{faker 'datatype.boolean'}},\n \"textToSpeechPermission\": \"\",\n \"viewOrderUrl\": \"\",\n \"viewability\": \"\",\n \"webReaderLink\": \"\"\n },\n \"etag\": \"\",\n \"id\": \"\",\n \"kind\": \"\",\n \"layerInfo\": {\n \"layers\": [\n {\n \"layerId\": \"\",\n \"volumeAnnotationsVersion\": \"\"\n }\n ]\n },\n \"recommendedInfo\": {\n \"explanation\": \"\"\n },\n \"saleInfo\": {\n \"buyLink\": \"\",\n \"country\": \"\",\n \"isEbook\": {{faker 'datatype.boolean'}},\n \"listPrice\": {\n \"amount\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n },\n \"offers\": [\n {\n \"finskyOfferType\": {{faker 'number.int' max=99999}},\n \"giftable\": {{faker 'datatype.boolean'}},\n \"listPrice\": {\n \"amountInMicros\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n },\n \"rentalDuration\": {\n \"count\": {{faker 'number.float'}},\n \"unit\": \"\"\n },\n \"retailPrice\": {\n \"amountInMicros\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n }\n }\n ],\n \"onSaleDate\": \"\",\n \"retailPrice\": {\n \"amount\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n },\n \"saleability\": \"\"\n },\n \"searchInfo\": {\n \"textSnippet\": \"\"\n },\n \"selfLink\": \"\",\n \"userInfo\": {\n \"acquiredTime\": \"\",\n \"acquisitionType\": {{faker 'number.int' max=99999}},\n \"copy\": {\n \"allowedCharacterCount\": {{faker 'number.int' max=99999}},\n \"limitType\": \"\",\n \"remainingCharacterCount\": {{faker 'number.int' max=99999}},\n \"updated\": \"\"\n },\n \"entitlementType\": {{faker 'number.int' max=99999}},\n \"familySharing\": {\n \"familyRole\": \"\",\n \"isSharingAllowed\": {{faker 'datatype.boolean'}},\n \"isSharingDisabledByFop\": {{faker 'datatype.boolean'}}\n },\n \"isFamilySharedFromUser\": {{faker 'datatype.boolean'}},\n \"isFamilySharedToUser\": {{faker 'datatype.boolean'}},\n \"isFamilySharingAllowed\": {{faker 'datatype.boolean'}},\n \"isFamilySharingDisabledByFop\": {{faker 'datatype.boolean'}},\n \"isInMyBooks\": {{faker 'datatype.boolean'}},\n \"isPreordered\": {{faker 'datatype.boolean'}},\n \"isPurchased\": {{faker 'datatype.boolean'}},\n \"isUploaded\": {{faker 'datatype.boolean'}},\n \"readingPosition\": {\n \"epubCfiPosition\": \"\",\n \"gbImagePosition\": \"\",\n \"gbTextPosition\": \"\",\n \"kind\": \"\",\n \"pdfPosition\": \"\",\n \"updated\": \"\",\n \"volumeId\": \"\"\n },\n \"rentalPeriod\": {\n \"endUtcSec\": \"\",\n \"startUtcSec\": \"\"\n },\n \"rentalState\": \"\",\n \"review\": {\n \"author\": {\n \"displayName\": \"\"\n },\n \"content\": \"\",\n \"date\": \"\",\n \"fullTextUrl\": \"\",\n \"kind\": \"\",\n \"rating\": \"\",\n \"source\": {\n \"description\": \"\",\n \"extraDescription\": \"\",\n \"url\": \"\"\n },\n \"title\": \"\",\n \"type\": \"\",\n \"volumeId\": \"\"\n },\n \"updated\": \"\",\n \"userUploadedVolumeInfo\": {\n \"processingState\": \"\"\n }\n },\n \"volumeInfo\": {\n \"allowAnonLogging\": {{faker 'datatype.boolean'}},\n \"authors\": [\n \"\"\n ],\n \"averageRating\": {{faker 'number.float'}},\n \"canonicalVolumeLink\": \"\",\n \"categories\": [\n \"\"\n ],\n \"comicsContent\": {{faker 'datatype.boolean'}},\n \"contentVersion\": \"\",\n \"description\": \"\",\n \"dimensions\": {\n \"height\": \"\",\n \"thickness\": \"\",\n \"width\": \"\"\n },\n \"imageLinks\": {\n \"extraLarge\": \"\",\n \"large\": \"\",\n \"medium\": \"\",\n \"small\": \"\",\n \"smallThumbnail\": \"\",\n \"thumbnail\": \"\"\n },\n \"industryIdentifiers\": [\n {\n \"identifier\": \"\",\n \"type\": \"\"\n }\n ],\n \"infoLink\": \"\",\n \"language\": \"\",\n \"mainCategory\": \"\",\n \"maturityRating\": \"\",\n \"pageCount\": {{faker 'number.int' max=99999}},\n \"panelizationSummary\": {\n \"containsEpubBubbles\": {{faker 'datatype.boolean'}},\n \"containsImageBubbles\": {{faker 'datatype.boolean'}},\n \"epubBubbleVersion\": \"\",\n \"imageBubbleVersion\": \"\"\n },\n \"previewLink\": \"\",\n \"printType\": \"\",\n \"printedPageCount\": {{faker 'number.int' max=99999}},\n \"publishedDate\": \"\",\n \"publisher\": \"\",\n \"ratingsCount\": {{faker 'number.int' max=99999}},\n \"readingModes\": {\n \"image\": {{faker 'datatype.boolean'}},\n \"text\": {{faker 'datatype.boolean'}}\n },\n \"samplePageCount\": {{faker 'number.int' max=99999}},\n \"seriesInfo\": {\n \"bookDisplayNumber\": \"\",\n \"kind\": \"\",\n \"shortSeriesBookTitle\": \"\",\n \"volumeSeries\": [\n {\n \"issue\": [\n {\n \"issueDisplayNumber\": \"\",\n \"issueOrderNumber\": {{faker 'number.int' max=99999}}\n }\n ],\n \"orderNumber\": {{faker 'number.int' max=99999}},\n \"seriesBookType\": \"\",\n \"seriesId\": \"\"\n }\n ]\n },\n \"subtitle\": \"\",\n \"title\": \"\"\n }\n }\n ],\n \"kind\": \"\",\n \"totalItems\": {{faker 'number.int' max=99999}}\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": "01b709ce-4038-47dd-8356-4135a2c58cbf", "documentation": "Rate a recommended book for the current user.", "method": "post", "endpoint": "books/v1/volumes/recommended/rate", "responses": [ { "uuid": "86112bed-22dc-49d1-960d-1529543af3ef", "body": "{\n \"consistency_token\": \"\"\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": "caa048ca-54b8-4d39-9dd5-0ad396eaace2", "documentation": "Return a list of books uploaded by the current user.", "method": "get", "endpoint": "books/v1/volumes/useruploaded", "responses": [ { "uuid": "4689dd5c-e33d-44f7-97cf-b175acc7fe71", "body": "{\n \"items\": [\n {\n \"accessInfo\": {\n \"accessViewStatus\": \"\",\n \"country\": \"\",\n \"downloadAccess\": {\n \"deviceAllowed\": {{faker 'datatype.boolean'}},\n \"downloadsAcquired\": {{faker 'number.int' max=99999}},\n \"justAcquired\": {{faker 'datatype.boolean'}},\n \"kind\": \"\",\n \"maxDownloadDevices\": {{faker 'number.int' max=99999}},\n \"message\": \"\",\n \"nonce\": \"\",\n \"reasonCode\": \"\",\n \"restricted\": {{faker 'datatype.boolean'}},\n \"signature\": \"\",\n \"source\": \"\",\n \"volumeId\": \"\"\n },\n \"driveImportedContentLink\": \"\",\n \"embeddable\": {{faker 'datatype.boolean'}},\n \"epub\": {\n \"acsTokenLink\": \"\",\n \"downloadLink\": \"\",\n \"isAvailable\": {{faker 'datatype.boolean'}}\n },\n \"explicitOfflineLicenseManagement\": {{faker 'datatype.boolean'}},\n \"pdf\": {\n \"acsTokenLink\": \"\",\n \"downloadLink\": \"\",\n \"isAvailable\": {{faker 'datatype.boolean'}}\n },\n \"publicDomain\": {{faker 'datatype.boolean'}},\n \"quoteSharingAllowed\": {{faker 'datatype.boolean'}},\n \"textToSpeechPermission\": \"\",\n \"viewOrderUrl\": \"\",\n \"viewability\": \"\",\n \"webReaderLink\": \"\"\n },\n \"etag\": \"\",\n \"id\": \"\",\n \"kind\": \"\",\n \"layerInfo\": {\n \"layers\": [\n {\n \"layerId\": \"\",\n \"volumeAnnotationsVersion\": \"\"\n }\n ]\n },\n \"recommendedInfo\": {\n \"explanation\": \"\"\n },\n \"saleInfo\": {\n \"buyLink\": \"\",\n \"country\": \"\",\n \"isEbook\": {{faker 'datatype.boolean'}},\n \"listPrice\": {\n \"amount\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n },\n \"offers\": [\n {\n \"finskyOfferType\": {{faker 'number.int' max=99999}},\n \"giftable\": {{faker 'datatype.boolean'}},\n \"listPrice\": {\n \"amountInMicros\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n },\n \"rentalDuration\": {\n \"count\": {{faker 'number.float'}},\n \"unit\": \"\"\n },\n \"retailPrice\": {\n \"amountInMicros\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n }\n }\n ],\n \"onSaleDate\": \"\",\n \"retailPrice\": {\n \"amount\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n },\n \"saleability\": \"\"\n },\n \"searchInfo\": {\n \"textSnippet\": \"\"\n },\n \"selfLink\": \"\",\n \"userInfo\": {\n \"acquiredTime\": \"\",\n \"acquisitionType\": {{faker 'number.int' max=99999}},\n \"copy\": {\n \"allowedCharacterCount\": {{faker 'number.int' max=99999}},\n \"limitType\": \"\",\n \"remainingCharacterCount\": {{faker 'number.int' max=99999}},\n \"updated\": \"\"\n },\n \"entitlementType\": {{faker 'number.int' max=99999}},\n \"familySharing\": {\n \"familyRole\": \"\",\n \"isSharingAllowed\": {{faker 'datatype.boolean'}},\n \"isSharingDisabledByFop\": {{faker 'datatype.boolean'}}\n },\n \"isFamilySharedFromUser\": {{faker 'datatype.boolean'}},\n \"isFamilySharedToUser\": {{faker 'datatype.boolean'}},\n \"isFamilySharingAllowed\": {{faker 'datatype.boolean'}},\n \"isFamilySharingDisabledByFop\": {{faker 'datatype.boolean'}},\n \"isInMyBooks\": {{faker 'datatype.boolean'}},\n \"isPreordered\": {{faker 'datatype.boolean'}},\n \"isPurchased\": {{faker 'datatype.boolean'}},\n \"isUploaded\": {{faker 'datatype.boolean'}},\n \"readingPosition\": {\n \"epubCfiPosition\": \"\",\n \"gbImagePosition\": \"\",\n \"gbTextPosition\": \"\",\n \"kind\": \"\",\n \"pdfPosition\": \"\",\n \"updated\": \"\",\n \"volumeId\": \"\"\n },\n \"rentalPeriod\": {\n \"endUtcSec\": \"\",\n \"startUtcSec\": \"\"\n },\n \"rentalState\": \"\",\n \"review\": {\n \"author\": {\n \"displayName\": \"\"\n },\n \"content\": \"\",\n \"date\": \"\",\n \"fullTextUrl\": \"\",\n \"kind\": \"\",\n \"rating\": \"\",\n \"source\": {\n \"description\": \"\",\n \"extraDescription\": \"\",\n \"url\": \"\"\n },\n \"title\": \"\",\n \"type\": \"\",\n \"volumeId\": \"\"\n },\n \"updated\": \"\",\n \"userUploadedVolumeInfo\": {\n \"processingState\": \"\"\n }\n },\n \"volumeInfo\": {\n \"allowAnonLogging\": {{faker 'datatype.boolean'}},\n \"authors\": [\n \"\"\n ],\n \"averageRating\": {{faker 'number.float'}},\n \"canonicalVolumeLink\": \"\",\n \"categories\": [\n \"\"\n ],\n \"comicsContent\": {{faker 'datatype.boolean'}},\n \"contentVersion\": \"\",\n \"description\": \"\",\n \"dimensions\": {\n \"height\": \"\",\n \"thickness\": \"\",\n \"width\": \"\"\n },\n \"imageLinks\": {\n \"extraLarge\": \"\",\n \"large\": \"\",\n \"medium\": \"\",\n \"small\": \"\",\n \"smallThumbnail\": \"\",\n \"thumbnail\": \"\"\n },\n \"industryIdentifiers\": [\n {\n \"identifier\": \"\",\n \"type\": \"\"\n }\n ],\n \"infoLink\": \"\",\n \"language\": \"\",\n \"mainCategory\": \"\",\n \"maturityRating\": \"\",\n \"pageCount\": {{faker 'number.int' max=99999}},\n \"panelizationSummary\": {\n \"containsEpubBubbles\": {{faker 'datatype.boolean'}},\n \"containsImageBubbles\": {{faker 'datatype.boolean'}},\n \"epubBubbleVersion\": \"\",\n \"imageBubbleVersion\": \"\"\n },\n \"previewLink\": \"\",\n \"printType\": \"\",\n \"printedPageCount\": {{faker 'number.int' max=99999}},\n \"publishedDate\": \"\",\n \"publisher\": \"\",\n \"ratingsCount\": {{faker 'number.int' max=99999}},\n \"readingModes\": {\n \"image\": {{faker 'datatype.boolean'}},\n \"text\": {{faker 'datatype.boolean'}}\n },\n \"samplePageCount\": {{faker 'number.int' max=99999}},\n \"seriesInfo\": {\n \"bookDisplayNumber\": \"\",\n \"kind\": \"\",\n \"shortSeriesBookTitle\": \"\",\n \"volumeSeries\": [\n {\n \"issue\": [\n {\n \"issueDisplayNumber\": \"\",\n \"issueOrderNumber\": {{faker 'number.int' max=99999}}\n }\n ],\n \"orderNumber\": {{faker 'number.int' max=99999}},\n \"seriesBookType\": \"\",\n \"seriesId\": \"\"\n }\n ]\n },\n \"subtitle\": \"\",\n \"title\": \"\"\n }\n }\n ],\n \"kind\": \"\",\n \"totalItems\": {{faker 'number.int' max=99999}}\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": "ca1e7b98-fe8d-47da-844a-650bd12d1e93", "documentation": "Gets volume information for a single volume.", "method": "get", "endpoint": "books/v1/volumes/:volumeId", "responses": [ { "uuid": "9146926a-bc8a-487b-875f-c716fb9ff7fd", "body": "{\n \"accessInfo\": {\n \"accessViewStatus\": \"\",\n \"country\": \"\",\n \"downloadAccess\": {\n \"deviceAllowed\": {{faker 'datatype.boolean'}},\n \"downloadsAcquired\": {{faker 'number.int' max=99999}},\n \"justAcquired\": {{faker 'datatype.boolean'}},\n \"kind\": \"\",\n \"maxDownloadDevices\": {{faker 'number.int' max=99999}},\n \"message\": \"\",\n \"nonce\": \"\",\n \"reasonCode\": \"\",\n \"restricted\": {{faker 'datatype.boolean'}},\n \"signature\": \"\",\n \"source\": \"\",\n \"volumeId\": \"\"\n },\n \"driveImportedContentLink\": \"\",\n \"embeddable\": {{faker 'datatype.boolean'}},\n \"epub\": {\n \"acsTokenLink\": \"\",\n \"downloadLink\": \"\",\n \"isAvailable\": {{faker 'datatype.boolean'}}\n },\n \"explicitOfflineLicenseManagement\": {{faker 'datatype.boolean'}},\n \"pdf\": {\n \"acsTokenLink\": \"\",\n \"downloadLink\": \"\",\n \"isAvailable\": {{faker 'datatype.boolean'}}\n },\n \"publicDomain\": {{faker 'datatype.boolean'}},\n \"quoteSharingAllowed\": {{faker 'datatype.boolean'}},\n \"textToSpeechPermission\": \"\",\n \"viewOrderUrl\": \"\",\n \"viewability\": \"\",\n \"webReaderLink\": \"\"\n },\n \"etag\": \"\",\n \"id\": \"\",\n \"kind\": \"\",\n \"layerInfo\": {\n \"layers\": [\n {\n \"layerId\": \"\",\n \"volumeAnnotationsVersion\": \"\"\n }\n ]\n },\n \"recommendedInfo\": {\n \"explanation\": \"\"\n },\n \"saleInfo\": {\n \"buyLink\": \"\",\n \"country\": \"\",\n \"isEbook\": {{faker 'datatype.boolean'}},\n \"listPrice\": {\n \"amount\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n },\n \"offers\": [\n {\n \"finskyOfferType\": {{faker 'number.int' max=99999}},\n \"giftable\": {{faker 'datatype.boolean'}},\n \"listPrice\": {\n \"amountInMicros\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n },\n \"rentalDuration\": {\n \"count\": {{faker 'number.float'}},\n \"unit\": \"\"\n },\n \"retailPrice\": {\n \"amountInMicros\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n }\n }\n ],\n \"onSaleDate\": \"\",\n \"retailPrice\": {\n \"amount\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n },\n \"saleability\": \"\"\n },\n \"searchInfo\": {\n \"textSnippet\": \"\"\n },\n \"selfLink\": \"\",\n \"userInfo\": {\n \"acquiredTime\": \"\",\n \"acquisitionType\": {{faker 'number.int' max=99999}},\n \"copy\": {\n \"allowedCharacterCount\": {{faker 'number.int' max=99999}},\n \"limitType\": \"\",\n \"remainingCharacterCount\": {{faker 'number.int' max=99999}},\n \"updated\": \"\"\n },\n \"entitlementType\": {{faker 'number.int' max=99999}},\n \"familySharing\": {\n \"familyRole\": \"\",\n \"isSharingAllowed\": {{faker 'datatype.boolean'}},\n \"isSharingDisabledByFop\": {{faker 'datatype.boolean'}}\n },\n \"isFamilySharedFromUser\": {{faker 'datatype.boolean'}},\n \"isFamilySharedToUser\": {{faker 'datatype.boolean'}},\n \"isFamilySharingAllowed\": {{faker 'datatype.boolean'}},\n \"isFamilySharingDisabledByFop\": {{faker 'datatype.boolean'}},\n \"isInMyBooks\": {{faker 'datatype.boolean'}},\n \"isPreordered\": {{faker 'datatype.boolean'}},\n \"isPurchased\": {{faker 'datatype.boolean'}},\n \"isUploaded\": {{faker 'datatype.boolean'}},\n \"readingPosition\": {\n \"epubCfiPosition\": \"\",\n \"gbImagePosition\": \"\",\n \"gbTextPosition\": \"\",\n \"kind\": \"\",\n \"pdfPosition\": \"\",\n \"updated\": \"\",\n \"volumeId\": \"\"\n },\n \"rentalPeriod\": {\n \"endUtcSec\": \"\",\n \"startUtcSec\": \"\"\n },\n \"rentalState\": \"\",\n \"review\": {\n \"author\": {\n \"displayName\": \"\"\n },\n \"content\": \"\",\n \"date\": \"\",\n \"fullTextUrl\": \"\",\n \"kind\": \"\",\n \"rating\": \"\",\n \"source\": {\n \"description\": \"\",\n \"extraDescription\": \"\",\n \"url\": \"\"\n },\n \"title\": \"\",\n \"type\": \"\",\n \"volumeId\": \"\"\n },\n \"updated\": \"\",\n \"userUploadedVolumeInfo\": {\n \"processingState\": \"\"\n }\n },\n \"volumeInfo\": {\n \"allowAnonLogging\": {{faker 'datatype.boolean'}},\n \"authors\": [\n \"\"\n ],\n \"averageRating\": {{faker 'number.float'}},\n \"canonicalVolumeLink\": \"\",\n \"categories\": [\n \"\"\n ],\n \"comicsContent\": {{faker 'datatype.boolean'}},\n \"contentVersion\": \"\",\n \"description\": \"\",\n \"dimensions\": {\n \"height\": \"\",\n \"thickness\": \"\",\n \"width\": \"\"\n },\n \"imageLinks\": {\n \"extraLarge\": \"\",\n \"large\": \"\",\n \"medium\": \"\",\n \"small\": \"\",\n \"smallThumbnail\": \"\",\n \"thumbnail\": \"\"\n },\n \"industryIdentifiers\": [\n {\n \"identifier\": \"\",\n \"type\": \"\"\n }\n ],\n \"infoLink\": \"\",\n \"language\": \"\",\n \"mainCategory\": \"\",\n \"maturityRating\": \"\",\n \"pageCount\": {{faker 'number.int' max=99999}},\n \"panelizationSummary\": {\n \"containsEpubBubbles\": {{faker 'datatype.boolean'}},\n \"containsImageBubbles\": {{faker 'datatype.boolean'}},\n \"epubBubbleVersion\": \"\",\n \"imageBubbleVersion\": \"\"\n },\n \"previewLink\": \"\",\n \"printType\": \"\",\n \"printedPageCount\": {{faker 'number.int' max=99999}},\n \"publishedDate\": \"\",\n \"publisher\": \"\",\n \"ratingsCount\": {{faker 'number.int' max=99999}},\n \"readingModes\": {\n \"image\": {{faker 'datatype.boolean'}},\n \"text\": {{faker 'datatype.boolean'}}\n },\n \"samplePageCount\": {{faker 'number.int' max=99999}},\n \"seriesInfo\": {\n \"bookDisplayNumber\": \"\",\n \"kind\": \"\",\n \"shortSeriesBookTitle\": \"\",\n \"volumeSeries\": [\n {\n \"issue\": [\n {\n \"issueDisplayNumber\": \"\",\n \"issueOrderNumber\": {{faker 'number.int' max=99999}}\n }\n ],\n \"orderNumber\": {{faker 'number.int' max=99999}},\n \"seriesBookType\": \"\",\n \"seriesId\": \"\"\n }\n ]\n },\n \"subtitle\": \"\",\n \"title\": \"\"\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": "be3b6933-c6ef-4920-b958-7b3ff7856390", "documentation": "Return a list of associated books.", "method": "get", "endpoint": "books/v1/volumes/:volumeId/associated", "responses": [ { "uuid": "0edb9007-d874-405c-8628-23ba126a4249", "body": "{\n \"items\": [\n {\n \"accessInfo\": {\n \"accessViewStatus\": \"\",\n \"country\": \"\",\n \"downloadAccess\": {\n \"deviceAllowed\": {{faker 'datatype.boolean'}},\n \"downloadsAcquired\": {{faker 'number.int' max=99999}},\n \"justAcquired\": {{faker 'datatype.boolean'}},\n \"kind\": \"\",\n \"maxDownloadDevices\": {{faker 'number.int' max=99999}},\n \"message\": \"\",\n \"nonce\": \"\",\n \"reasonCode\": \"\",\n \"restricted\": {{faker 'datatype.boolean'}},\n \"signature\": \"\",\n \"source\": \"\",\n \"volumeId\": \"\"\n },\n \"driveImportedContentLink\": \"\",\n \"embeddable\": {{faker 'datatype.boolean'}},\n \"epub\": {\n \"acsTokenLink\": \"\",\n \"downloadLink\": \"\",\n \"isAvailable\": {{faker 'datatype.boolean'}}\n },\n \"explicitOfflineLicenseManagement\": {{faker 'datatype.boolean'}},\n \"pdf\": {\n \"acsTokenLink\": \"\",\n \"downloadLink\": \"\",\n \"isAvailable\": {{faker 'datatype.boolean'}}\n },\n \"publicDomain\": {{faker 'datatype.boolean'}},\n \"quoteSharingAllowed\": {{faker 'datatype.boolean'}},\n \"textToSpeechPermission\": \"\",\n \"viewOrderUrl\": \"\",\n \"viewability\": \"\",\n \"webReaderLink\": \"\"\n },\n \"etag\": \"\",\n \"id\": \"\",\n \"kind\": \"\",\n \"layerInfo\": {\n \"layers\": [\n {\n \"layerId\": \"\",\n \"volumeAnnotationsVersion\": \"\"\n }\n ]\n },\n \"recommendedInfo\": {\n \"explanation\": \"\"\n },\n \"saleInfo\": {\n \"buyLink\": \"\",\n \"country\": \"\",\n \"isEbook\": {{faker 'datatype.boolean'}},\n \"listPrice\": {\n \"amount\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n },\n \"offers\": [\n {\n \"finskyOfferType\": {{faker 'number.int' max=99999}},\n \"giftable\": {{faker 'datatype.boolean'}},\n \"listPrice\": {\n \"amountInMicros\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n },\n \"rentalDuration\": {\n \"count\": {{faker 'number.float'}},\n \"unit\": \"\"\n },\n \"retailPrice\": {\n \"amountInMicros\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n }\n }\n ],\n \"onSaleDate\": \"\",\n \"retailPrice\": {\n \"amount\": {{faker 'number.float'}},\n \"currencyCode\": \"\"\n },\n \"saleability\": \"\"\n },\n \"searchInfo\": {\n \"textSnippet\": \"\"\n },\n \"selfLink\": \"\",\n \"userInfo\": {\n \"acquiredTime\": \"\",\n \"acquisitionType\": {{faker 'number.int' max=99999}},\n \"copy\": {\n \"allowedCharacterCount\": {{faker 'number.int' max=99999}},\n \"limitType\": \"\",\n \"remainingCharacterCount\": {{faker 'number.int' max=99999}},\n \"updated\": \"\"\n },\n \"entitlementType\": {{faker 'number.int' max=99999}},\n \"familySharing\": {\n \"familyRole\": \"\",\n \"isSharingAllowed\": {{faker 'datatype.boolean'}},\n \"isSharingDisabledByFop\": {{faker 'datatype.boolean'}}\n },\n \"isFamilySharedFromUser\": {{faker 'datatype.boolean'}},\n \"isFamilySharedToUser\": {{faker 'datatype.boolean'}},\n \"isFamilySharingAllowed\": {{faker 'datatype.boolean'}},\n \"isFamilySharingDisabledByFop\": {{faker 'datatype.boolean'}},\n \"isInMyBooks\": {{faker 'datatype.boolean'}},\n \"isPreordered\": {{faker 'datatype.boolean'}},\n \"isPurchased\": {{faker 'datatype.boolean'}},\n \"isUploaded\": {{faker 'datatype.boolean'}},\n \"readingPosition\": {\n \"epubCfiPosition\": \"\",\n \"gbImagePosition\": \"\",\n \"gbTextPosition\": \"\",\n \"kind\": \"\",\n \"pdfPosition\": \"\",\n \"updated\": \"\",\n \"volumeId\": \"\"\n },\n \"rentalPeriod\": {\n \"endUtcSec\": \"\",\n \"startUtcSec\": \"\"\n },\n \"rentalState\": \"\",\n \"review\": {\n \"author\": {\n \"displayName\": \"\"\n },\n \"content\": \"\",\n \"date\": \"\",\n \"fullTextUrl\": \"\",\n \"kind\": \"\",\n \"rating\": \"\",\n \"source\": {\n \"description\": \"\",\n \"extraDescription\": \"\",\n \"url\": \"\"\n },\n \"title\": \"\",\n \"type\": \"\",\n \"volumeId\": \"\"\n },\n \"updated\": \"\",\n \"userUploadedVolumeInfo\": {\n \"processingState\": \"\"\n }\n },\n \"volumeInfo\": {\n \"allowAnonLogging\": {{faker 'datatype.boolean'}},\n \"authors\": [\n \"\"\n ],\n \"averageRating\": {{faker 'number.float'}},\n \"canonicalVolumeLink\": \"\",\n \"categories\": [\n \"\"\n ],\n \"comicsContent\": {{faker 'datatype.boolean'}},\n \"contentVersion\": \"\",\n \"description\": \"\",\n \"dimensions\": {\n \"height\": \"\",\n \"thickness\": \"\",\n \"width\": \"\"\n },\n \"imageLinks\": {\n \"extraLarge\": \"\",\n \"large\": \"\",\n \"medium\": \"\",\n \"small\": \"\",\n \"smallThumbnail\": \"\",\n \"thumbnail\": \"\"\n },\n \"industryIdentifiers\": [\n {\n \"identifier\": \"\",\n \"type\": \"\"\n }\n ],\n \"infoLink\": \"\",\n \"language\": \"\",\n \"mainCategory\": \"\",\n \"maturityRating\": \"\",\n \"pageCount\": {{faker 'number.int' max=99999}},\n \"panelizationSummary\": {\n \"containsEpubBubbles\": {{faker 'datatype.boolean'}},\n \"containsImageBubbles\": {{faker 'datatype.boolean'}},\n \"epubBubbleVersion\": \"\",\n \"imageBubbleVersion\": \"\"\n },\n \"previewLink\": \"\",\n \"printType\": \"\",\n \"printedPageCount\": {{faker 'number.int' max=99999}},\n \"publishedDate\": \"\",\n \"publisher\": \"\",\n \"ratingsCount\": {{faker 'number.int' max=99999}},\n \"readingModes\": {\n \"image\": {{faker 'datatype.boolean'}},\n \"text\": {{faker 'datatype.boolean'}}\n },\n \"samplePageCount\": {{faker 'number.int' max=99999}},\n \"seriesInfo\": {\n \"bookDisplayNumber\": \"\",\n \"kind\": \"\",\n \"shortSeriesBookTitle\": \"\",\n \"volumeSeries\": [\n {\n \"issue\": [\n {\n \"issueDisplayNumber\": \"\",\n \"issueOrderNumber\": {{faker 'number.int' max=99999}}\n }\n ],\n \"orderNumber\": {{faker 'number.int' max=99999}},\n \"seriesBookType\": \"\",\n \"seriesId\": \"\"\n }\n ]\n },\n \"subtitle\": \"\",\n \"title\": \"\"\n }\n }\n ],\n \"kind\": \"\",\n \"totalItems\": {{faker 'number.int' max=99999}}\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": "01429772-4e72-403c-8cae-4150514f65f4", "documentation": "Gets the volume annotations for a volume and layer.", "method": "get", "endpoint": "books/v1/volumes/:volumeId/layers/:layerId", "responses": [ { "uuid": "d180322d-406a-4b29-a85f-239f7b84e800", "body": "{\n \"items\": [\n {\n \"annotationDataId\": \"\",\n \"annotationDataLink\": \"\",\n \"annotationType\": \"\",\n \"contentRanges\": {\n \"cfiRange\": {\n \"endOffset\": \"\",\n \"endPosition\": \"\",\n \"startOffset\": \"\",\n \"startPosition\": \"\"\n },\n \"contentVersion\": \"\",\n \"gbImageRange\": {\n \"endOffset\": \"\",\n \"endPosition\": \"\",\n \"startOffset\": \"\",\n \"startPosition\": \"\"\n },\n \"gbTextRange\": {\n \"endOffset\": \"\",\n \"endPosition\": \"\",\n \"startOffset\": \"\",\n \"startPosition\": \"\"\n }\n },\n \"data\": \"\",\n \"deleted\": {{faker 'datatype.boolean'}},\n \"id\": \"\",\n \"kind\": \"\",\n \"layerId\": \"\",\n \"pageIds\": [\n \"\"\n ],\n \"selectedText\": \"\",\n \"selfLink\": \"\",\n \"updated\": \"\",\n \"volumeId\": \"\"\n }\n ],\n \"kind\": \"\",\n \"nextPageToken\": \"\",\n \"totalItems\": {{faker 'number.int' max=99999}},\n \"version\": \"\"\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": "f09a0be0-bd39-4dca-88c8-721faf5011eb", "documentation": "Gets the volume annotation.", "method": "get", "endpoint": "books/v1/volumes/:volumeId/layers/:layerId/annotations/:annotationId", "responses": [ { "uuid": "8fbfdfc7-f5ff-4c40-a751-4d545ecb10f7", "body": "{\n \"annotationDataId\": \"\",\n \"annotationDataLink\": \"\",\n \"annotationType\": \"\",\n \"contentRanges\": {\n \"cfiRange\": {\n \"endOffset\": \"\",\n \"endPosition\": \"\",\n \"startOffset\": \"\",\n \"startPosition\": \"\"\n },\n \"contentVersion\": \"\",\n \"gbImageRange\": {\n \"endOffset\": \"\",\n \"endPosition\": \"\",\n \"startOffset\": \"\",\n \"startPosition\": \"\"\n },\n \"gbTextRange\": {\n \"endOffset\": \"\",\n \"endPosition\": \"\",\n \"startOffset\": \"\",\n \"startPosition\": \"\"\n }\n },\n \"data\": \"\",\n \"deleted\": {{faker 'datatype.boolean'}},\n \"id\": \"\",\n \"kind\": \"\",\n \"layerId\": \"\",\n \"pageIds\": [\n \"\"\n ],\n \"selectedText\": \"\",\n \"selfLink\": \"\",\n \"updated\": \"\",\n \"volumeId\": \"\"\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": "92585455-8eee-4fa9-a8d2-9370bb053925", "documentation": "Gets the annotation data for a volume and layer.", "method": "get", "endpoint": "books/v1/volumes/:volumeId/layers/:layerId/data", "responses": [ { "uuid": "5ffbff5c-2545-49c9-84db-12a56edba0d5", "body": "{\n \"items\": [\n {\n \"annotationType\": \"\",\n \"data\": {\n \"common\": {\n \"lang\": \"\",\n \"previewImageUrl\": \"\",\n \"snippet\": \"\",\n \"snippetUrl\": \"\",\n \"title\": \"\"\n },\n \"geo\": {\n \"boundary\": [\n \"\"\n ],\n \"cachePolicy\": \"\",\n \"countryCode\": \"\",\n \"latitude\": {{faker 'number.float'}},\n \"longitude\": {{faker 'number.float'}},\n \"mapType\": \"\",\n \"viewport\": {\n \"hi\": {\n \"latitude\": {{faker 'number.float'}},\n \"longitude\": {{faker 'number.float'}}\n },\n \"lo\": {\n \"latitude\": {{faker 'number.float'}},\n \"longitude\": {{faker 'number.float'}}\n }\n },\n \"zoom\": {{faker 'number.int' max=99999}}\n },\n \"kind\": \"\"\n },\n \"encodedData\": \"\",\n \"id\": \"\",\n \"kind\": \"\",\n \"layerId\": \"\",\n \"selfLink\": \"\",\n \"updated\": \"\",\n \"volumeId\": \"\"\n }\n ],\n \"kind\": \"\",\n \"nextPageToken\": \"\",\n \"totalItems\": {{faker 'number.int' max=99999}}\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": "74f3cc42-5c71-4376-b4b0-d28cd2e8ac05", "documentation": "Gets the annotation data.", "method": "get", "endpoint": "books/v1/volumes/:volumeId/layers/:layerId/data/:annotationDataId", "responses": [ { "uuid": "249d08e6-db9f-4b99-a207-2dd5465bd6ac", "body": "{\n \"annotationType\": \"\",\n \"data\": {\n \"common\": {\n \"title\": \"\"\n },\n \"dict\": {\n \"source\": {\n \"attribution\": \"\",\n \"url\": \"\"\n },\n \"words\": [\n {\n \"derivatives\": [\n {\n \"source\": {\n \"attribution\": \"\",\n \"url\": \"\"\n },\n \"text\": \"\"\n }\n ],\n \"examples\": [\n {\n \"source\": {\n \"attribution\": \"\",\n \"url\": \"\"\n },\n \"text\": \"\"\n }\n ],\n \"senses\": [\n {\n \"conjugations\": [\n {\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"definitions\": [\n {\n \"definition\": \"\",\n \"examples\": [\n {\n \"source\": {\n \"attribution\": \"\",\n \"url\": \"\"\n },\n \"text\": \"\"\n }\n ]\n }\n ],\n \"partOfSpeech\": \"\",\n \"pronunciation\": \"\",\n \"pronunciationUrl\": \"\",\n \"source\": {\n \"attribution\": \"\",\n \"url\": \"\"\n },\n \"syllabification\": \"\",\n \"synonyms\": [\n {\n \"source\": {\n \"attribution\": \"\",\n \"url\": \"\"\n },\n \"text\": \"\"\n }\n ]\n }\n ],\n \"source\": {\n \"attribution\": \"\",\n \"url\": \"\"\n }\n }\n ]\n },\n \"kind\": \"\"\n },\n \"encodedData\": \"\",\n \"id\": \"\",\n \"kind\": \"\",\n \"layerId\": \"\",\n \"selfLink\": \"\",\n \"updated\": \"\",\n \"volumeId\": \"\"\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": "7d4077b2-cf43-44da-ab39-38e67dd92017", "documentation": "List the layer summaries for a volume.", "method": "get", "endpoint": "books/v1/volumes/:volumeId/layersummary", "responses": [ { "uuid": "71cc4315-c6fc-4f10-8415-40608e35b876", "body": "{\n \"items\": [\n {\n \"annotationCount\": {{faker 'number.int' max=99999}},\n \"annotationTypes\": [\n \"\"\n ],\n \"annotationsDataLink\": \"\",\n \"annotationsLink\": \"\",\n \"contentVersion\": \"\",\n \"dataCount\": {{faker 'number.int' max=99999}},\n \"id\": \"\",\n \"kind\": \"\",\n \"layerId\": \"\",\n \"selfLink\": \"\",\n \"updated\": \"\",\n \"volumeAnnotationsVersion\": \"\",\n \"volumeId\": \"\"\n }\n ],\n \"kind\": \"\",\n \"totalItems\": {{faker 'number.int' max=99999}}\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": "c498da3b-ae7a-4d1f-8373-88ddebe21a83", "documentation": "Gets the layer summary for a volume.", "method": "get", "endpoint": "books/v1/volumes/:volumeId/layersummary/:summaryId", "responses": [ { "uuid": "1955c2c9-cc41-49f1-b758-585605c6a5c7", "body": "{\n \"annotationCount\": {{faker 'number.int' max=99999}},\n \"annotationTypes\": [\n \"\"\n ],\n \"annotationsDataLink\": \"\",\n \"annotationsLink\": \"\",\n \"contentVersion\": \"\",\n \"dataCount\": {{faker 'number.int' max=99999}},\n \"id\": \"\",\n \"kind\": \"\",\n \"layerId\": \"\",\n \"selfLink\": \"\",\n \"updated\": \"\",\n \"volumeAnnotationsVersion\": \"\",\n \"volumeId\": \"\"\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": "7a9aba92-9c70-4d5d-92dd-63ace4b9919a" }, { "type": "route", "uuid": "07f2b60e-2686-4003-8cc5-6faf71386fbe" }, { "type": "route", "uuid": "caea788b-a63d-4444-8086-083e2c506a9b" }, { "type": "route", "uuid": "f4c19ead-9137-4792-a0a3-745449a7a33d" }, { "type": "route", "uuid": "d6b272c4-5d29-435d-a7d0-1ca42e30ed2e" }, { "type": "route", "uuid": "5f8bd7fa-7847-4d09-957d-923d1cdcbdec" }, { "type": "route", "uuid": "b052d383-9687-4b38-a36e-9640059665b0" }, { "type": "route", "uuid": "9d240033-1a68-4e28-a870-c24f818fa750" }, { "type": "route", "uuid": "f9974c31-0d4c-43cc-9668-984ada0eb51a" }, { "type": "route", "uuid": "00e45776-4710-4ef4-bb45-dbf71526acb2" }, { "type": "route", "uuid": "4588d402-921d-4f49-8913-85b353f8ca63" }, { "type": "route", "uuid": "84f31df8-ea01-498a-a3c2-e837f5a7ece1" }, { "type": "route", "uuid": "86322013-7ce7-4ddc-90e4-a1c7c858d4a6" }, { "type": "route", "uuid": "fc26dfb1-74d8-4c4e-9f7e-c4541431c2c1" }, { "type": "route", "uuid": "9d54544f-bb98-42c6-86fc-91847ee81cfd" }, { "type": "route", "uuid": "a2502cf8-9779-4559-ac48-4a4f2be22556" }, { "type": "route", "uuid": "344c0b30-406e-483c-8489-4627f5a13a96" }, { "type": "route", "uuid": "5712319d-f05c-4aff-9fe0-80f8e13d3c1d" }, { "type": "route", "uuid": "8e8b4bd9-dccc-4be3-9c30-bb81f6c4b180" }, { "type": "route", "uuid": "6fef5162-e1e9-41da-b547-9b3a6c250ded" }, { "type": "route", "uuid": "d4907bb1-91cc-499d-9d1c-36da0f5799b7" }, { "type": "route", "uuid": "ee675df4-385b-4b2b-9521-bc24c6ad85f3" }, { "type": "route", "uuid": "5f3d99cc-8704-4c00-903c-19acda66aead" }, { "type": "route", "uuid": "a2e96432-284f-42eb-9c13-27058ea4cb42" }, { "type": "route", "uuid": "383a8ac5-23d9-4bad-8cb1-576f98958805" }, { "type": "route", "uuid": "2199c2b9-e34a-49f1-a884-0027c8e072fc" }, { "type": "route", "uuid": "bc9d9cd3-1813-4699-ac27-2a963739077e" }, { "type": "route", "uuid": "c156736e-e2fd-43ab-99dd-4bcfcf81c278" }, { "type": "route", "uuid": "c83812e2-9fab-45bd-bfcf-b846a256e43f" }, { "type": "route", "uuid": "34f6cb8d-a821-45d3-82fe-8087e5cf664a" }, { "type": "route", "uuid": "618131cd-93f7-4aae-aae2-e7632a0967b3" }, { "type": "route", "uuid": "17359b79-e3ce-4ae5-af1c-aaaf6b467869" }, { "type": "route", "uuid": "954d641f-e5dd-46b8-afd3-c20f731fba86" }, { "type": "route", "uuid": "e68a69b9-6f76-4300-9a61-7caca1afee56" }, { "type": "route", "uuid": "f852a831-2740-4945-879a-44f3a67ee2c5" }, { "type": "route", "uuid": "60048ec2-1637-492e-8336-ac6a6224a9da" }, { "type": "route", "uuid": "ad7c0d1d-e150-417b-8ee7-2fc8b37702e2" }, { "type": "route", "uuid": "305b7987-690e-489b-919b-db1c550b7f5c" }, { "type": "route", "uuid": "01ea645b-d7d7-447a-b15e-12ac8ede5ce5" }, { "type": "route", "uuid": "41e6cbad-b96b-4add-82d6-17c2970b49df" }, { "type": "route", "uuid": "8b3d51b0-b580-43fb-b28f-f4d76deb451c" }, { "type": "route", "uuid": "01b709ce-4038-47dd-8356-4135a2c58cbf" }, { "type": "route", "uuid": "caa048ca-54b8-4d39-9dd5-0ad396eaace2" }, { "type": "route", "uuid": "ca1e7b98-fe8d-47da-844a-650bd12d1e93" }, { "type": "route", "uuid": "be3b6933-c6ef-4920-b958-7b3ff7856390" }, { "type": "route", "uuid": "01429772-4e72-403c-8cae-4150514f65f4" }, { "type": "route", "uuid": "f09a0be0-bd39-4dca-88c8-721faf5011eb" }, { "type": "route", "uuid": "92585455-8eee-4fa9-a8d2-9370bb053925" }, { "type": "route", "uuid": "74f3cc42-5c71-4376-b4b0-d28cd2e8ac05" }, { "type": "route", "uuid": "7d4077b2-cf43-44da-ab39-38e67dd92017" }, { "type": "route", "uuid": "c498da3b-ae7a-4d1f-8373-88ddebe21a83" } ] }