Name must be unique in a namespace Error

Neema
Neema Newcomer
edited April 28 in Refinitiv Data Platform

  1. While running https://api.refinitiv.com/user-data/lists/v1/lists APi with request as below : (Which I created taking sample from FMRRequest.txt)

  2.  {
  3.   "namespace": "default",
  4.   "name": "FMR",
  5.   "description": null,
  6.   "items": [
  7.     {
  8.       "value": "88035DDT9"
  9.     },
  10.     {
  11.       "value": "196480GK7"
  12.     }
  13.   ],
  14.   "metaData": [
  15.     {
  16.       "data": {
  17.         "List Source": "TM3",
  18.         "IdentifierType": "Cusip"
  19.       }
  20.     }
  21.   ]
  22. }

  23. I am getting error as : "key": "CreateList.Name-CreateList.Namespace",
  24.  "reason": "Name must be unique in a namespace."


Question : Do we need to keep the "name" value different each time we  create request file ?

Tagged:

Answers

  • Hello @Neema

    You can view all the created lists from the

    GET https://api.refinitiv.com/user-data/lists/v1/lists endpoint.

    A new list will need a new unique name. You can also delete old list if needed from the

    DELETE https://api.refinitiv.com/user-data/lists/v1/lists/{{LIST_ID}} endpoint