TechStacks!

<back to all web services

CreateTechnologyStack

TechStacks
Requires Authentication
The following routes are available for this service:
POST/techstacks
CreateTechnologyStack Parameters:
NameParameterData TypeRequiredDescription
NamebodystringYes
SlugbodystringYes
VendorNamebodystringYes
AppUrlbodystringYes
ScreenshotUrlbodystringYes
DescriptionbodystringYes
DetailsbodystringYes
IsLockedbodyboolNo
TechnologyIdsbodyList<long>Yes
CreateTechnologyStackResponse Parameters:
NameParameterData TypeRequiredDescription
ResultformTechStackDetailsYes
ResponseStatusformResponseStatusYes
TechStackDetails Parameters:
NameParameterData TypeRequiredDescription
TechnologyChoicesformList<TechnologyInStack>Yes
TechnologyStackBase Parameters:
NameParameterData TypeRequiredDescription
IdformlongNo
NameformstringYes
VendorNameformstringYes
DescriptionformstringYes
AppUrlformstringYes
ScreenshotUrlformstringYes
CreatedformDateTimeNo
CreatedByformstringYes
LastModifiedformDateTimeNo
LastModifiedByformstringYes
IsLockedformboolNo
OwnerIdformstringYes
SlugformstringYes
DetailsformstringYes
DetailsHtmlformstringYes
LastStatusUpdateformDateTime?No
OrganizationIdformint?No
CommentsPostIdformlong?No
ViewCountformintNo
FavCountformintNo
TechnologyInStack Parameters:
NameParameterData TypeRequiredDescription
TechnologyIdformlongNo
TechnologyStackIdformlongNo
JustificationformstringYes
TechnologyBase Parameters:
NameParameterData TypeRequiredDescription
IdformlongNo
NameformstringYes
VendorNameformstringYes
VendorUrlformstringYes
ProductUrlformstringYes
LogoUrlformstringYes
DescriptionformstringYes
CreatedformDateTimeNo
CreatedByformstringYes
LastModifiedformDateTimeNo
LastModifiedByformstringYes
OwnerIdformstringYes
SlugformstringYes
LogoApprovedformboolNo
IsLockedformboolNo
TierformTechnologyTierNo
LastStatusUpdateformDateTime?No
OrganizationIdformint?No
CommentsPostIdformlong?No
ViewCountformintNo
FavCountformintNo
TechnologyTier Enum:
ProgrammingLanguageProgramming Languages
ClientClient Libraries
HttpHTTP Server Technologies
ServerServer Libraries
DataDatabases and NoSQL Datastores
SoftwareInfrastructureServer Software
OperatingSystemOperating Systems
HardwareInfrastructureCloud/Hardware Infrastructure
ThirdPartyServices3rd Party APIs/Services

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.

POST /techstacks HTTP/1.1 
Host: techstacks.io 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	name: String,
	slug: String,
	vendorName: String,
	appUrl: String,
	screenshotUrl: String,
	description: String,
	details: String,
	isLocked: False,
	technologyIds: 
	[
		0
	]
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	result: 
	{
		technologyChoices: 
		[
			{
				technologyId: 0,
				technologyStackId: 0,
				justification: String,
				id: 0,
				name: String,
				vendorName: String,
				vendorUrl: String,
				productUrl: String,
				logoUrl: String,
				description: String,
				created: 0001-01-01,
				createdBy: String,
				lastModified: 0001-01-01,
				lastModifiedBy: String,
				ownerId: String,
				slug: String,
				logoApproved: False,
				isLocked: False,
				tier: ProgrammingLanguage,
				lastStatusUpdate: 0001-01-01,
				organizationId: 0,
				commentsPostId: 0,
				viewCount: 0,
				favCount: 0
			}
		],
		id: 0,
		name: String,
		vendorName: String,
		description: String,
		appUrl: String,
		screenshotUrl: String,
		created: 0001-01-01,
		createdBy: String,
		lastModified: 0001-01-01,
		lastModifiedBy: String,
		isLocked: False,
		ownerId: String,
		slug: String,
		details: String,
		detailsHtml: String,
		lastStatusUpdate: 0001-01-01,
		organizationId: 0,
		commentsPostId: 0,
		viewCount: 0,
		favCount: 0
	},
	responseStatus: 
	{
		errorCode: String,
		message: String,
		stackTrace: String,
		errors: 
		[
			{
				errorCode: String,
				fieldName: String,
				message: String,
				meta: 
				{
					String: String
				}
			}
		],
		meta: 
		{
			String: String
		}
	}
}