API Reference

Retrieve all projects

Log in to see full request history
Body Params
number
required
1 to 100

The maximum number of projects to return.

number

The starting point for the query, to fetch projects after this point. The value is the 'updatedAt' timestamp.

number

The ending point for the query, to fetch projects before this point. The value is the 'updatedAt' timestamp.

Responses

Response body
object
projects
array of objects
projects
object
string
required

The ID of the project.

string

The ID of the organization to which the project belongs.

string
required

The name of the project.

string

The title of the project.

string

The subtitle of the project.

string
required

The description of the project.

string
required

The user ID of the owner of the project.

categories
array of strings

The categories of the project.

categories
tags
array of strings

The tags of the project.

tags
platforms
array of strings

The platforms on which the project is available.

platforms
screenshots
array of objects

The screenshots of the project.

screenshots
object
string

The ID of the platform for which the screenshot is intended.

images
array of objects

The images of the screenshot. Is populated by the backend by using the projectManagement-uploadBinary endpoint.

images
object
string

The source size image URL or a placeholder URL if the source URL is not available.

string

The large size image URL or a placeholder URL if the large URL is not available.

string

The medium size image URL or a placeholder URL if the medium URL is not available.

string

The small size image URL or a placeholder URL if the small URL is not available.

icon
object

The icon of the project. Is populated by the backend by using the projectManagement-uploadBinary endpoint.

banner
object

The banner of the project. Is populated by the backend by using the projectManagement-uploadBinary endpoint.

urls
array of objects

The URLs of the project.

urls
object
string

The identifier of the platform for which the URL is intended.

android ios telegram

string

The URL to the published project.

socialUrls
array of objects

The social URLs of the project.

socialUrls
object
string

The identifier of the social network.

string

The URL of the social link.

blockchains
array of strings

The blockchains on which the project is available.

blockchains
roles
object

Mapping of user IDs to their roles.

Has additional fields
apiKeys
object

Mapping of API keys to their corresponding timestamps.

Has additional fields
serverApiKeys
object

Mapping of server API keys to their corresponding timestamps.

Has additional fields
supportedBlockchains
object
string

The Firebase/Google cloud project ID.

firebase_apps
array of objects
firebase_apps
object
string

The display name of the Firebase app.

string

The app ID of the Firebase app.

string

The SHA fingerprint of the Firebase app.

string

The package name for Android apps.

string

The bundle ID for iOS apps.

string

The type of the app (android, ios or web).

android ios web

sha
array of objects
sha
object
int64

The UNIX timestamp representing when the SHA hash was created in milliseconds since midnight, January 1, 1970. Populated by the backend.

string

The certificate type of the SHA hash.

string

The identifier of the user who created the SHA hash. Populated by the backend.

string

The SHA hash value.

int64

The UNIX timestamp representing when the Firebase app was created in milliseconds since midnight, January 1, 1970. Populated by the backend.

int64

The UNIX timestamp representing when the Firebase app was last updated in milliseconds since midnight, January 1, 1970. Populated by the backend.

int64

The UNIX timestamp representing when the GCP project was created in milliseconds since midnight, January 1, 1970. Populated by the backend.

int64

The UNIX timestamp representing when the project was created in milliseconds since midnight, January 1, 1970. Populated by the backend.

string

The identifier of the user who created the project. Populated by the backend.

int64

The UNIX timestamp representing when the project was last updated in milliseconds since midnight, January 1, 1970. Populated by the backend.

string

The identifier of the user who last updated the project. Populated by the backend.

400

Invalid argument error for invalid input values.

Language
URL