talk@lists.collectionspace.org

WE HAVE SUNSET THIS LISTSERV - Join us at collectionspace@lyrasislists.org

View all threads

Re: [Talk] removing a report

T
toolhater
Thu, Aug 11, 2016 8:18 AM

I figured out how to do this. In case anyone else comes across this you'll need to have the id of the report you want to remove. You can get that info with this command ( assuming you were using the fact with default pw):
 curl -X GET http://localhost:8180/cspace-services/reports/  -u admin@fcart.collectionspace.org:Administrator

look for the csid tag. then using that run this command: curl -X DELETE http://localhost:8180/cspace-services/reports/588363a5-6aab-40b7-be8f  -u admin@fcart.collectionspace.org:Administrator

I hope this makes it easier for someone else the wiki isn't very helpful as it has the information but it's a little hard finding it. 

I figured out how to do this. In case anyone else comes across this you'll need to have the id of the report you want to remove. You can get that info with this command ( assuming you were using the fact with default pw):  curl -X GET http://localhost:8180/cspace-services/reports/  -u admin@fcart.collectionspace.org:Administrator look for the csid tag. then using that run this command: curl -X DELETE http://localhost:8180/cspace-services/reports/588363a5-6aab-40b7-be8f  -u admin@fcart.collectionspace.org:Administrator I hope this makes it easier for someone else the wiki isn't very helpful as it has the information but it's a little hard finding it. 
JM
Jesse Martinez
Thu, Aug 11, 2016 7:51 PM

Hi Chris,

I found this email in my spam folder. I suspect others may have also. Glad
you were able to find the information you need, though.

"Why is this message in Spam? It has a from address in yahoo.com but has
failed yahoo.com's required tests for authentication"

Jesse

On Thu, Aug 11, 2016 at 4:18 AM, toolhater toolhater@yahoo.com wrote:

I figured out how to do this. In case anyone else comes across this you'll
need to have the id of the report you want to remove. You can get that info
with this command ( assuming you were using the fact with default pw):

curl -X GET http://localhost:8180/cspace-services/reports/  -u
admin@fcart.collectionspace.org:Administrator

look for the csid tag. then using that run this command:
curl -X DELETE http://localhost:8180/cspace-services/reports/588363a5-6aab-40b7-be8f
-u admin@fcart.collectionspace.org:Administrator

I hope this makes it easier for someone else the wiki isn't very helpful
as it has the information but it's a little hard finding it.


Talk mailing list
Talk@lists.collectionspace.org
http://lists.collectionspace.org/mailman/listinfo/talk_
lists.collectionspace.org

Hi Chris, I found this email in my spam folder. I suspect others may have also. Glad you were able to find the information you need, though. "Why is this message in Spam? It has a from address in yahoo.com but has failed yahoo.com's required tests for authentication" Jesse On Thu, Aug 11, 2016 at 4:18 AM, toolhater <toolhater@yahoo.com> wrote: > I figured out how to do this. In case anyone else comes across this you'll > need to have the id of the report you want to remove. You can get that info > with this command ( assuming you were using the fact with default pw): > > curl -X GET http://localhost:8180/cspace-services/reports/ -u > admin@fcart.collectionspace.org:Administrator > > > look for the csid tag. then using that run this command: > curl -X DELETE http://localhost:8180/cspace-services/reports/588363a5-6aab-40b7-be8f > -u admin@fcart.collectionspace.org:Administrator > > > I hope this makes it easier for someone else the wiki isn't very helpful > as it has the information but it's a little hard finding it. > > > _______________________________________________ > Talk mailing list > Talk@lists.collectionspace.org > http://lists.collectionspace.org/mailman/listinfo/talk_ > lists.collectionspace.org > >
AR
Aron Roberts
Thu, Aug 11, 2016 8:54 PM

Thanks, as well, Chris! Really appreciate your asking this question, and
then posting your finding.

I've taken a first pass at adding your tip to the Reporting documentation
here (see "Deleting a Report" near the end):

https://wiki.collectionspace.org/display/DOC/How+to+add+and+run+reports

Please feel to provide feedback on whether this is what you might have been
looking for - and even to make direct edits there, if you see fit.

Thanks again,
Aron Roberts
UC Berkeley

P.S. Like Jesse, I found your note in my Spam folder. Mea culpa.

On Thu, Aug 11, 2016 at 12:51 PM, Jesse Martinez mjesse@gmail.com wrote:

Hi Chris,

I found this email in my spam folder. I suspect others may have also. Glad
you were able to find the information you need, though.

"Why is this message in Spam? It has a from address in yahoo.com but has
failed yahoo.com's required tests for authentication"

Jesse

On Thu, Aug 11, 2016 at 4:18 AM, toolhater toolhater@yahoo.com wrote:

I figured out how to do this. In case anyone else comes across this
you'll need to have the id of the report you want to remove. You can get
that info with this command ( assuming you were using the fact with default
pw):

curl -X GET http://localhost:8180/cspace-services/reports/  -u
admin@fcart.collectionspace.org:Administrator

look for the csid tag. then using that run this command:
curl -X DELETE http://localhost:8180/cspace-s
ervices/reports/588363a5-6aab-40b7-be8f  -u
admin@fcart.collectionspace.org:Administrator

I hope this makes it easier for someone else the wiki isn't very helpful
as it has the information but it's a little hard finding it.


Talk mailing list
Talk@lists.collectionspace.org
http://lists.collectionspace.org/mailman/listinfo/talk_lists
.collectionspace.org

Thanks, as well, Chris! Really appreciate your asking this question, and then posting your finding. I've taken a first pass at adding your tip to the Reporting documentation here (see "Deleting a Report" near the end): https://wiki.collectionspace.org/display/DOC/How+to+add+and+run+reports Please feel to provide feedback on whether this is what you might have been looking for - and even to make direct edits there, if you see fit. Thanks again, Aron Roberts UC Berkeley P.S. Like Jesse, I found your note in my Spam folder. Mea culpa. On Thu, Aug 11, 2016 at 12:51 PM, Jesse Martinez <mjesse@gmail.com> wrote: > Hi Chris, > > I found this email in my spam folder. I suspect others may have also. Glad > you were able to find the information you need, though. > > "Why is this message in Spam? It has a from address in yahoo.com but has > failed yahoo.com's required tests for authentication" > > Jesse > > > > On Thu, Aug 11, 2016 at 4:18 AM, toolhater <toolhater@yahoo.com> wrote: > >> I figured out how to do this. In case anyone else comes across this >> you'll need to have the id of the report you want to remove. You can get >> that info with this command ( assuming you were using the fact with default >> pw): >> >> curl -X GET http://localhost:8180/cspace-services/reports/ -u >> admin@fcart.collectionspace.org:Administrator >> >> >> look for the csid tag. then using that run this command: >> curl -X DELETE http://localhost:8180/cspace-s >> ervices/reports/588363a5-6aab-40b7-be8f -u >> admin@fcart.collectionspace.org:Administrator >> >> >> I hope this makes it easier for someone else the wiki isn't very helpful >> as it has the information but it's a little hard finding it. >> >> >> _______________________________________________ >> Talk mailing list >> Talk@lists.collectionspace.org >> http://lists.collectionspace.org/mailman/listinfo/talk_lists >> .collectionspace.org >> >> > > _______________________________________________ > Talk mailing list > Talk@lists.collectionspace.org > http://lists.collectionspace.org/mailman/listinfo/talk_lists > .collectionspace.org > >