Start a conversation

Space-related REST APIs

Overview

Access comprehensive documentation and details for managing spaces within the AnswerHub platform, including permissions, configurations, and API fields.


Information

Notes for spaceIds:

  • While using the suggested request methods, remember that all spaces are also nodes and that, in almost all cases, fields and parameters that work with nodes will also work with spaces.
    • Please refer to the node section if you want to review the details relevant to these requests.
  • Remember: All concrete sub-types of nodes (questions, answers, or comments) share the same pool of assigned identifiers.
    • You can find a space's spaceId in the space's URL after /spaces/. For example: http://apidocs.cloud.answerhub.com/qa/spaces/11/test-space.html (The spaceId in this example is 11).
    • You can also find a Space ID by making a request to retrieve a list of all the spaces.
    • Anywhere you need a spaceId for a request, the nodeId will serve the same purpose (They are the same number).

Space Field Summary

This table summarizes the fields supported by space REST APIs:

Field Name Type Examples Description

spaceId

ID: Integer (64bits)

34

This is the integer (digit) identifier for a space.

type

"space"

"space"

This is the discriminator field (constant value) that identifies the type of a given space.

name

String

DEVELOPMENT

This is the string formatted name of a space.

prefix

String

DEV

This is the shortened name for a space.

locale

String

US

This is the preferred locale for a space's content. This field will help the TeamHub platform identify how to best present your requested information.

creationDate

Timestamp

1377618587675

This is the timestamp formatted creation date of a space (presented as a number of milliseconds since creation).

modificationDate

Timestamp

1377618587675

This is the timestamp formatted date of the last modification of a space's details (presented as a number of milliseconds since modification).

active

Boolean

TRUE

This is a boolean flag that specifies if you can post new content to the site.

Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted

Comments