github.com/lukasheimann/cloudfoundrycli@v7.1.0+incompatible/integration/helpers/fixtures/fifty-spaces-page-2.json (about) 1 { 2 "pagination": { 3 "first": { 4 "href": "%[1]s/v3/spaces?organization_guids=4305313e-d34e-4015-9a57-5550235cd6b0&page=1&per_page=50" 5 }, 6 "last": { 7 "href": "%[1]s/v3/spaces?organization_guids=4305313e-d34e-4015-9a57-5550235cd6b0&page=2&per_page=50" 8 }, 9 "next": null, 10 "previous": { 11 "href": "%[1]s/v3/spaces?organization_guids=4305313e-d34e-4015-9a57-5550235cd6b0&page=1&per_page=50" 12 }, 13 "total_pages": 2, 14 "total_results": 51 15 }, 16 "resources": [ 17 { 18 "created_at": "2019-07-24T20:53:34Z", 19 "guid": "a7451481-fd87-4661-88ee-76807a780974", 20 "links": { 21 "organization": { 22 "href": "%[1]s/v3/organizations/4305313e-d34e-4015-9a57-5550235cd6b0" 23 }, 24 "self": { 25 "href": "%[1]s/v3/spaces/a7451481-fd87-4661-88ee-76807a780974" 26 } 27 }, 28 "metadata": { 29 "annotations": {}, 30 "labels": {} 31 }, 32 "name": "test-space-51", 33 "relationships": { 34 "organization": { 35 "data": { 36 "guid": "4305313e-d34e-4015-9a57-5550235cd6b0" 37 } 38 } 39 }, 40 "updated_at": "2019-07-24T20:53:34Z" 41 } 42 ] 43 }