v1

latestSwagger 2.02026-08-0610083276.7 KB
orgs
models

Returns a list of models from the given organization. Can take either the organization UID (orgUid) or name preceded by a @ (@orgName).

get/v3/orgs/{orgUid}/models

Query parameters

qstring

The search query: words separated by spaces.

usersstring[]

Retrieve models uploaded by the given <a href="#!/users/" target="_blank">users</a> (username).

foldersstring[]

Retrieve models uploaded to folders (uids).

projectsstring[]

Retrieve models uploaded to projects (uids).

min_face_countinteger

Retrieve models with at most x face count.

max_face_countinteger

Retrieve models with at least x face count.

animatedboolean

Retrieves animated models.

pbrboolean

Retrieves pbr models.

riggedboolean

Retrieves rigged models.

visibility'public' | 'private' | 'protected' | 'org'

Sets the model visibility

downloadable'free' | 'org'

Retrieves models by download type

orgTagsstring[]

Retrieves models given a list of tags

available_archive_typestring
archives_max_sizeinteger
archives_max_face_countinteger
archives_max_vertex_countinteger
archives_max_texture_countinteger
archives_texture_max_resolutioninteger
archives_flavoursboolean

If true, returns all archives flavours, listed by archive type, and sorted by texture resolution (descending). If false, only the texture with the highest reslution is returned for each archive type.

sort_by'createdAt' | 'faceCount' | 'likeCount' | 'title' | 'orgCommentCount' | 'processedAt' | 'publicCommentCount' | 'publishedAt' | 'staffpickedAt' | 'user' | 'vertexCount' | 'viewCount' | 'privacy'

Sorts models by this param.

Response

Success