/
/CRM Lists
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
  • Sources
Checked 1h ago · Updated 2d agoView markdown
Basic28
  • get/crm/v3/lists
  • post/crm/v3/lists
  • getRetrieves a folder.
  • postCreates a folder
  • putMoves a list to a given folder
  • deleteDeletes a folder
  • putMoves a folder
  • putRename a folder
  • getTranslate Legacy List Id to Modern List Id
  • postTranslate Legacy List Id to Modern List Id in Batch
  • getRetrieve List by Name
  • getGet lists record is member of
  • getFetch List by ID
  • deleteDelete a List
  • getFetch List Memberships Ordered by ID
  • deleteDelete All Records from a List
  • putAdd Records to a List
  • putAdd and/or Remove Records from a List
  • putAdd All Records from a Source List to a Destination List
  • getFetch List Memberships Ordered by Added to List Date
  • putRemove Records from a List
  • putRestore a List
  • getRetrieve the conversion details for a list
  • putSchedule or update the conversion of a list to static
  • deleteCancel the conversion of a list
  • get/crm/v3/lists/{listId}/size-and-edits-history/between
  • putUpdate List Filter Definition
  • putUpdate List Name
Batch1
Search1
    Basic

    Moves a list to a given folder

    Given a list and a folder, the list will be moved to that folder.

    put/crm/v3/lists/folders/move-list

    Request body

    listIdstring required

    The Id of the list to move.

    newFolderIdstring required

    The Id of folder to move the list to, the root folder is Id 0.

    Response

    No content