Develop > Application Programming Interface > Legacy APIs > Values for the scope parameter

Values for the scope Parameter

The scope parameter has the following values:

  • Base: Retrieves the root entity of the artifact including all required attributes.
  • Baseplusone: In addition to Base, retrieves all first level child artifacts.
  • Subtree: In addition to Base, retrieves all its descendants. Using this option could have a performance impact because the information being retrieved can be very large.
  • View: Retrieves only those attributes defined for the view specified in the detail parameter.