Skip to main content

Incubator

{
"id": "integer",
"name": "string",
"slug": "string",
"slogan": "string",
"status": "integer",
"approved_category": {},
"added_at": "string",
"user": {
"id": "integer",
"username": "string",
"real_name": "string",
"avatar": "string",
"ext_id": "integer"
},
"subscribers_count": "integer",
"subscribers_threshold": "integer",
"subscribed": "boolean"
}

Properties

NameTypeRequiredRestrictionsDescription
idintegerfalseread-onlyA unique integer value identifying this incubator
namestringtruenoneThe name of the incubator
slugstringfalsenoneThe slug identifying the incubator in a URL
sloganstring¦nullfalsenoneThe slogan of the incubator
statusintegerfalsenoneThe incubator statuses
approved_categoryCategoryfalseread-onlyThe approved category obj
added_atstring(date-time)falsenoneThe datetime of the incubator creation
userUserfalseread-onlyThe user who created the incubator
subscribers_countintegerfalseread-onlyThe number of incubator suscribers
subscribers_thresholdintegerfalseread-onlyThe number of subscribers required to approve the incubator
subscribedbooleanfalsenoneIf the authenticated user has subscribed to the incubator

Enumerated Values

PropertyValueDescription
status0pending
status1proposal
status2approved
status3ignored