TechStacks!

<back to all web services

GetOrganization

Organization
The following routes are available for this service:
GET/orgs/{Id}
GetOrganization Parameters:
NameParameterData TypeRequiredDescription
Idpathint?No
GetOrganizationResponse Parameters:
NameParameterData TypeRequiredDescription
CacheformlongNo
IdformintNo
SlugformstringYes
OrganizationformOrganizationYes
LabelsformList<OrganizationLabel>Yes
CategoriesformList<Category>Yes
OwnersformList<OrganizationMember>Yes
ModeratorsformList<OrganizationMember>Yes
MembersCountformlongNo
ResponseStatusformResponseStatusYes
Organization Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
NameformstringYes
SlugformstringYes
DescriptionformstringYes
DescriptionHtmlformstringYes
ColorformstringYes
TextColorformstringYes
LinkColorformstringYes
BackgroundColorformstringYes
BackgroundUrlformstringYes
LogoUrlformstringYes
HeroUrlformstringYes
LangformstringYes
DefaultPostTypeformstringYes
DefaultSubscriptionPostTypesformstring[]Yes
PostTypesformstring[]Yes
ModeratorPostTypesformstring[]Yes
DeletePostsWithReportCountformintNo
DisableInvitesformbool?No
UpVotesformlongNo
DownVotesformlongNo
ViewsformlongNo
FavoritesformlongNo
SubscribersformintNo
CommentsCountformintNo
PostsCountformintNo
ScoreformintNo
RankformintNo
RefIdformlong?No
RefSourceformstringYes
HiddenformDateTime?No
HiddenByformstringYes
LockedformDateTime?No
LockedByformstringYes
DeletedformDateTime?No
DeletedByformstringYes
CreatedformDateTimeNo
CreatedByformstringYes
ModifiedformDateTimeNo
ModifiedByformstringYes
OrganizationLabel Parameters:
NameParameterData TypeRequiredDescription
SlugformstringYes
OrganizationIdformintNo
DescriptionformstringYes
ColorformstringYes
Category Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
OrganizationIdformintNo
NameformstringYes
SlugformstringYes
DescriptionformstringYes
ColorformstringYes
TechnologyIdsformint[]Yes
CommentsCountformintNo
PostsCountformintNo
ScoreformintNo
RankformintNo
OrganizationMember Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
OrganizationIdformintNo
UserIdformintNo
UserNameformstringYes
IsOwnerformboolNo
IsModeratorformboolNo
DenyAllformboolNo
DenyPostsformboolNo
DenyCommentsformboolNo
NotesformstringYes

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /orgs/{Id} HTTP/1.1 
Host: techstacks.io 
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	cache: 0,
	id: 0,
	slug: String,
	organization: 
	{
		id: 0,
		name: String,
		slug: String,
		description: String,
		descriptionHtml: String,
		color: String,
		textColor: String,
		linkColor: String,
		backgroundColor: String,
		backgroundUrl: String,
		logoUrl: String,
		heroUrl: String,
		lang: String,
		defaultPostType: String,
		defaultSubscriptionPostTypes: 
		[
			String
		],
		postTypes: 
		[
			String
		],
		moderatorPostTypes: 
		[
			String
		],
		deletePostsWithReportCount: 0,
		disableInvites: False,
		upVotes: 0,
		downVotes: 0,
		views: 0,
		favorites: 0,
		subscribers: 0,
		commentsCount: 0,
		postsCount: 0,
		score: 0,
		rank: 0,
		refId: 0,
		refSource: String,
		hidden: 0001-01-01,
		hiddenBy: String,
		locked: 0001-01-01,
		lockedBy: String,
		deleted: 0001-01-01,
		deletedBy: String,
		created: 0001-01-01,
		createdBy: String,
		modified: 0001-01-01,
		modifiedBy: String
	},
	labels: 
	[
		{
			slug: String,
			organizationId: 0,
			description: String,
			color: String
		}
	],
	categories: 
	[
		{
			id: 0,
			organizationId: 0,
			name: String,
			slug: String,
			description: String,
			color: String,
			technologyIds: 
			[
				0
			],
			commentsCount: 0,
			postsCount: 0,
			score: 0,
			rank: 0
		}
	],
	owners: 
	[
		{
			id: 0,
			organizationId: 0,
			userId: 0,
			userName: String,
			isOwner: False,
			isModerator: False,
			denyAll: False,
			denyPosts: False,
			denyComments: False,
			notes: String
		}
	],
	moderators: 
	[
		{
			id: 0,
			organizationId: 0,
			userId: 0,
			userName: String,
			isOwner: False,
			isModerator: False,
			denyAll: False,
			denyPosts: False,
			denyComments: False,
			notes: String
		}
	],
	membersCount: 0,
	responseStatus: 
	{
		errorCode: String,
		message: String,
		stackTrace: String,
		errors: 
		[
			{
				errorCode: String,
				fieldName: String,
				message: String,
				meta: 
				{
					String: String
				}
			}
		],
		meta: 
		{
			String: String
		}
	}
}