@bitce thank you the reply.
Here’s what I found for “apps” response. I tried to obfuscate the data, but left slug id alone (not sure if that should be private or not).
This same response comes back every time I press “load more”
This seems to url that it’s calling: https://api.bitrise.io/v0.1/apps?sort_by=last_build_at&limit=10&next=1e07bf40549a9b70
{
"data": [
{
"slug": "d4ebbb86219fa954",
"title": "T****",
"project_type": "ios",
"provider": "github",
"repo_owner": "<owner>",
"repo_url": "git@github.com:<account>/<repo>.git",
"repo_slug": "<repo>",
"is_disabled": false,
"status": 1,
"is_public": false,
"owner": {
"account_type": "organization",
"name": "<owner>",
"slug": "<org slug>"
},
"avatar_url": "<avatar_url>"
},
{
"slug": "0d6c8918df5a4a61",
"title": "R****",
"project_type": "ios",
"provider": "github",
"repo_owner": "<owner>",
"repo_url": "git@github.com:<account>/<repo>.git",
"repo_slug": "<repo>",
"is_disabled": false,
"status": 1,
"is_public": false,
"owner": {
"account_type": "organization",
"name": "<owner>",
"slug": "<org slug>"
},
"avatar_url": "<avatar_url>"
},
{
"slug": "c315ad74c0979113",
"title": "B****",
"project_type": "ios",
"provider": "github",
"repo_owner": "<owner>",
"repo_url": "git@github.com:<account>/<repo>.git",
"repo_slug": "<repo>",
"is_disabled": false,
"status": 1,
"is_public": false,
"owner": {
"account_type": "organization",
"name": "<owner>",
"slug": "<org slug>"
},
"avatar_url": null
},
{
"slug": "7e99657b9a8ea47d",
"title": "S****",
"project_type": "ios",
"provider": "github",
"repo_owner": "<owner>",
"repo_url": "git@github.com:<account>/<repo>.git",
"repo_slug": "<repo>",
"is_disabled": false,
"status": 1,
"is_public": false,
"owner": {
"account_type": "organization",
"name": "<owner>",
"slug": "<org slug>"
},
"avatar_url": "<avatar_url>"
},
{
"slug": "51a462dac12bddbd",
"title": "E****",
"project_type": "ios",
"provider": "github",
"repo_owner": "<owner>",
"repo_url": "git@github.com:<account>/<repo>.git",
"repo_slug": "<repo>",
"is_disabled": false,
"status": 1,
"is_public": false,
"owner": {
"account_type": "organization",
"name": "<owner>",
"slug": "<org slug>"
},
"avatar_url": "<avatar_url>"
},
{
"slug": "5811c137af57dd7d",
"title": "H****",
"project_type": "ios",
"provider": "github",
"repo_owner": "<owner>",
"repo_url": "git@github.com:<account>/<repo>.git",
"repo_slug": "<repo>",
"is_disabled": false,
"status": 1,
"is_public": false,
"owner": {
"account_type": "organization",
"name": "<owner>",
"slug": "<org slug>"
},
"avatar_url": "<avatar_url>"
},
{
"slug": "384108907efe9e5d",
"title": "P****",
"project_type": "ios",
"provider": "github",
"repo_owner": "<owner>",
"repo_url": "git@github.com:<account>/<repo>.git",
"repo_slug": "<repo>",
"is_disabled": false,
"status": 1,
"is_public": false,
"owner": {
"account_type": "organization",
"name": "<owner>",
"slug": "<org slug>"
},
"avatar_url": "<avatar_url>"
},
{
"slug": "a5253ca53578293e",
"title": "I****",
"project_type": "ios",
"provider": "github",
"repo_owner": "<owner>",
"repo_url": "git@github.com:<account>/<repo>.git",
"repo_slug": "<repo>",
"is_disabled": false,
"status": 1,
"is_public": false,
"owner": {
"account_type": "organization",
"name": "<owner>",
"slug": "<org slug>"
},
"avatar_url": "<avatar_url>"
},
{
"slug": "d2eed8f386c9429d",
"title": "A****",
"project_type": "android",
"provider": "github",
"repo_owner": "<owner>",
"repo_url": "git@github.com:<account>/<repo>.git",
"repo_slug": "<Android repo slug>",
"is_disabled": false,
"status": 1,
"is_public": false,
"owner": {
"account_type": "organization",
"name": "<owner>",
"slug": "<org slug>"
},
"avatar_url": "<avatar_url>"
},
{
"slug": "b82908493c7d2cc8",
"title": "P****",
"project_type": "ios",
"provider": "github",
"repo_owner": "<owner>",
"repo_url": "git@github.com:<account>/<repo>.git",
"repo_slug": "<repo>",
"is_disabled": false,
"status": 1,
"is_public": false,
"owner": {
"account_type": "organization",
"name": "<owner>",
"slug": "<org slug>"
},
"avatar_url": "<avatar_url>"
}
],
"paging": {
"total_item_count": 121,
"page_item_limit": 10,
"next": "1e07bf40549a9b70"
}
}